emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115364: Again fix last fix.


From: Martin Rudalics
Subject: [Emacs-diffs] trunk r115364: Again fix last fix.
Date: Tue, 03 Dec 2013 17:22:18 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115364
revision-id: address@hidden
parent: address@hidden
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Tue 2013-12-03 18:22:05 +0100
message:
  Again fix last fix.
modified:
  src/xfns.c                     xfns.c-20091113204419-o5vbwnq5f7feedwu-274
=== modified file 'src/xfns.c'
--- a/src/xfns.c        2013-12-03 07:45:54 +0000
+++ b/src/xfns.c        2013-12-03 17:22:05 +0000
@@ -3069,6 +3069,7 @@
      happen.  */
   init_frame_faces (f);
 
+#ifdef USE_GTK
   /* PXW: This is a duplicate from below.  We have to do it here since
      otherwise x_set_tool_bar_lines will work with the character sizes
      installed by init_frame_faces while the frame's pixel size is still
@@ -3082,6 +3083,7 @@
   FRAME_TEXT_HEIGHT (f) = 0;
   SET_FRAME_WIDTH (f, 0);
   change_frame_size (f, width, height, 1, 0, 0, 1);
+#endif /* USE_GTK */
 
   /* Set the menu-bar-lines and tool-bar-lines parameters.  We don't
      look up the X resources controlling the menu-bar and tool-bar


reply via email to

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