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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Fri, 27 Aug 2004 12:54:32 -0400

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.41 emacs/src/gtkutil.c:1.42
*** emacs/src/gtkutil.c:1.41    Mon Jun 28 14:36:48 2004
--- emacs/src/gtkutil.c Fri Aug 27 16:50:02 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]