changeset 44744:8c52c2bf3b3f

(make_window): Initialize height_fixed_p, last_cursor_off_p, and p->cursor_off_p slots.
author Richard M. Stallman <rms@gnu.org>
date Mon, 22 Apr 2002 15:54:51 +0000
parents 65c68f4b30a1
children 496adcab57ba
files src/window.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Mon Apr 22 15:30:18 2002 +0000
+++ b/src/window.c	Mon Apr 22 15:54:51 2002 +0000
@@ -287,6 +287,8 @@
   XSETWINDOW (val, p);
   XSETFASTINT (p->last_point, 0);
   p->frozen_window_start_p = 0;
+  p->height_fixed_p = 0;
+  p->last_cursor_off_p = p->cursor_off_p = 0;
 
   Vwindow_list = Qnil;
   return val;