]> code.delx.au - gnu-emacs/blobdiff - src/dispnew.c
Merge from emacs--rel--22
[gnu-emacs] / src / dispnew.c
index 096bca9d4601e07df7a9521f1e020aed9520cdb6..4f6e6374da3fc2c48c5e95e4bb0dce3ca7b42447 100644 (file)
@@ -633,7 +633,7 @@ adjust_glyph_matrix (w, matrix, x, y, dim)
   int header_line_changed_p = 0;
   int header_line_p = 0;
   int left = -1, right = -1;
-  int window_width = -1, window_height;
+  int window_width = -1, window_height = -1;
 
   /* See if W had a header line that has disappeared now, or vice versa.
      Get W's size.  */