mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 23:31:55 -08:00
(struct frame): New member minimize_tool_bar_window_p.
This commit is contained in:
parent
05a699b664
commit
6d7944e02b
1 changed files with 4 additions and 0 deletions
|
|
@ -472,6 +472,10 @@ struct frame
|
|||
|
||||
/* Set to non-zero when current redisplay has updated frame. */
|
||||
unsigned updated_p : 1;
|
||||
|
||||
/* Set to non-zero to minimize tool-bar height even when
|
||||
auto-resize-tool-bar is set to grow-only. */
|
||||
unsigned minimize_tool_bar_window_p : 1;
|
||||
};
|
||||
|
||||
#ifdef MULTI_KBOARD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue