emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/gtkutil.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c [emacs-unicode-2]
Date: Sat, 04 Sep 2004 05:30:34 -0400

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.33.2.3 emacs/src/gtkutil.c:1.33.2.4
*** emacs/src/gtkutil.c:1.33.2.3        Tue Jun 29 16:46:03 2004
--- emacs/src/gtkutil.c Sat Sep  4 09:14:27 2004
***************
*** 793,799 ****
       up in the wrong place as tool bar height has not been taken into account.
       So we cheat a bit by setting a height that is what it will have
       later on when tool bar items are added.  */
!   if (FRAME_EXTERNAL_TOOL_BAR (f) && FRAME_TOOLBAR_HEIGHT (f) == 0)
      FRAME_TOOLBAR_HEIGHT (f) = 34;
  
  
--- 793,799 ----
       up in the wrong place as tool bar height has not been taken into account.
       So we cheat a bit by setting a height that is what it will have
       later on when tool bar items are added.  */
!   if (FRAME_EXTERNAL_TOOL_BAR (f) && f->n_tool_bar_items == 0)
      FRAME_TOOLBAR_HEIGHT (f) = 34;
  
  




reply via email to

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