diff src/frame.h @ 74965:5a5bdcf2b324

(struct frame): New member minimize_tool_bar_window_p.
author Kim F. Storm <storm@cua.dk>
date Fri, 29 Dec 2006 23:29:20 +0000
parents 9f89a8f57a99
children 3d45362f1d38 17e0dd217877 bc10a33dd40b
line wrap: on
line diff
--- a/src/frame.h	Fri Dec 29 23:29:11 2006 +0000
+++ b/src/frame.h	Fri Dec 29 23:29:20 2006 +0000
@@ -472,6 +472,10 @@
 
   /* 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