Mercurial > emacs
changeset 80274:b818bce5757f
(adjust_glyph_matrix): Initialize window_height.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 05 Mar 2008 00:50:06 +0000 |
parents | a9ad3a0228fd |
children | 6d604eddb2c0 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Wed Mar 05 00:20:52 2008 +0000 +++ b/src/dispnew.c Wed Mar 05 00:50:06 2008 +0000 @@ -646,7 +646,7 @@ 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. */