(struct frame): New member minimize_tool_bar_window_p.
authorKim F. Storm <storm@cua.dk>
Fri, 29 Dec 2006 23:29:20 +0000 (23:29 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 29 Dec 2006 23:29:20 +0000 (23:29 +0000)
src/frame.h

index 3c4c9dc..2411341 100644 (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