# HG changeset patch # User Gerd Moellmann # Date 937486345 0 # Node ID 68659a16bc42a9cde860c1cb17a169fbb4c15f8d # Parent a4321ad412bacdd6288ea6b40f736f5863fc5a03 (struct window): New member height_fixed_p. diff -r a4321ad412ba -r 68659a16bc42 src/window.h --- a/src/window.h Thu Sep 16 12:52:22 1999 +0000 +++ b/src/window.h Thu Sep 16 12:52:25 1999 +0000 @@ -260,6 +260,11 @@ 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. */