]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct window): New member height_fixed_p.
authorGerd Moellmann <gerd@gnu.org>
Thu, 16 Sep 1999 12:52:25 +0000 (12:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 16 Sep 1999 12:52:25 +0000 (12:52 +0000)
src/window.h

index 9fabb59ed43505a06b08d819f780a0cb5753a08f..a30d68529c44555950f1fcdc0197f55c01172590 100644 (file)
@@ -260,6 +260,11 @@ struct window
        be changed during redisplay.  If point is not in the window,
        accept that.  */
     unsigned frozen_window_start_p : 1;
+
+    /* 1 means that this window's height is temporarily fixed.  Used
+       in resize_mini_window to precent resizing selected_window, if
+       possible.  */
+    unsigned height_fixed_p : 1;
 };
 
 /* 1 if W is a minibuffer window.  */