summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-12-29 23:29:20 +0000
committerKim F. Storm <storm@cua.dk>2006-12-29 23:29:20 +0000
commit6fe5ecb60af524d25e6ab2e3152d2d42d2d0fe3c (patch)
tree2222356ec1190ee0aeee257b1ee5b9a1067c533b /src/frame.h
parente55a588b35ba18c4cda14426a04c224f74a5705a (diff)
downloademacs-6fe5ecb60af524d25e6ab2e3152d2d42d2d0fe3c.tar.gz
(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 3c4c9dc08bf..2411341598a 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