1
Fork 0
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:
Kim F. Storm 2006-12-29 23:29:20 +00:00
parent 05a699b664
commit 6d7944e02b

View file

@ -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