mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
(adjust_glyph_matrix): Initialize window_height.
This commit is contained in:
parent
4e5a6f83a8
commit
ca8a12a7e6
@ -1,5 +1,7 @@
|
||||
2008-03-05 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* dispnew.c (adjust_glyph_matrix): Initialize window_height.
|
||||
|
||||
* fileio.c (Fexpand_file_name): Decode home directory names.
|
||||
(Fsubstitute_in_file_name): Decode substituted variables.
|
||||
|
||||
|
@ -646,7 +646,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. */
|
||||
|
Loading…
Reference in New Issue
Block a user