summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-09-16 12:52:25 +0000
committerGerd Moellmann <gerd@gnu.org>1999-09-16 12:52:25 +0000
commitc048dc01b5435e065da93dd5b20a99321eea0245 (patch)
treec3113632c494bc7f34841b19b24c4463a5d4e48e /src/window.h
parente293567749149280f6d63e0e7ee3d6656e05fa6b (diff)
downloademacs-c048dc01b5435e065da93dd5b20a99321eea0245.tar.gz
(struct window): New member height_fixed_p.
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h5
1 files changed, 5 insertions, 0 deletions
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. */