(struct frame): New member minimize_tool_bar_window_p.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user