]> code.delx.au - gnu-emacs/blobdiff - src/frame.c
Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ru
[gnu-emacs] / src / frame.c
index 1d5312b4758a678d37530fb4aee221b136ce86d4..4575ac0553eba337610f280279f0c526bfa02834 100644 (file)
@@ -2830,7 +2830,7 @@ x_set_frame_parameters (struct frame *f, Lisp_Object alist)
   /* If both of these parameters are present, it's more efficient to
      set them both at once.  So we wait until we've looked at the
      entire list before we set them.  */
-  int width, height;
+  int width = 0, height = 0;
   bool width_change = 0, height_change = 0;
 
   /* Same here.  */