From: Gerd Moellmann Date: Thu, 16 Sep 1999 12:52:25 +0000 (+0000) Subject: (struct window): New member height_fixed_p. X-Git-Tag: emacs-pretest-21.0.90~6702 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a71eca925b1818ee1509675e49a1c3192004b112;p=emacs.git (struct window): New member height_fixed_p. --- diff --git a/src/window.h b/src/window.h index 9fabb59ed43..a30d68529c4 100644 --- a/src/window.h +++ b/src/window.h @@ -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. */