Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a71eca92
Commit
a71eca92
authored
Sep 16, 1999
by
Gerd Moellmann
Browse files
(struct window): New member height_fixed_p.
parent
a34dfd12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/window.h
src/window.h
+5
-0
No files found.
src/window.h
View file @
a71eca92
...
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment