aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.h
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2006-12-29 23:29:20 +0000
committerKim F. Storm <[email protected]>2006-12-29 23:29:20 +0000
commit6d7944e02b9dbc1fbf6553928d5f40071cd43fe5 (patch)
treebe694de8f4438744a62f65983a478844cf35f9fb /src/frame.h
parent05a699b664f7aa639914f7f8e3bf81f9bb4771ca (diff)
(struct frame): New member minimize_tool_bar_window_p.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 3c4c9dc08b..2411341598 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -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