# HG changeset patch # User Jason Rumney # Date 1204678206 0 # Node ID b818bce5757f76f4de9f311da228a5b2e267dea7 # Parent a9ad3a0228fd634509b414696a2236c62462e5ee (adjust_glyph_matrix): Initialize window_height. diff -r a9ad3a0228fd -r b818bce5757f src/dispnew.c --- 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. */