emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.h,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/frame.h,v
Date: Fri, 29 Dec 2006 23:29:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/29 23:29:20

Index: frame.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/frame.h,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- frame.h     8 Dec 2006 17:15:39 -0000       1.116
+++ frame.h     29 Dec 2006 23:29:20 -0000      1.117
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]