]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_create_frame): Move x_default_parameter calls that
authorGerd Moellmann <gerd@gnu.org>
Wed, 22 Dec 1999 16:09:37 +0000 (16:09 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 22 Dec 1999 16:09:37 +0000 (16:09 +0000)
lead to size changes to after the X window has been created.

src/ChangeLog
src/xfns.c

index eab724355088f71dadbe477c7a8ba86e8f7d3ca3..ca642ac01c151b4000ca41a77e06fc242b9a650e 100644 (file)
@@ -1,5 +1,8 @@
 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
 
+       * xfns.c (Fx_create_frame): Move x_default_parameter calls that
+       lead to size changes to after the X window has been created.
+
        * xfaces.c (realize_x_face): Don't use uninitialized local
        variable in xassert.
 
index 2f06de41ff4930b369f370972ea1483d3223458f..33489df994ec5c512a8744e0727c5ba521e633e4 100644 (file)
@@ -3766,9 +3766,6 @@ This function is an internal primitive--use `make-frame' instead.")
                       "menuBar", "MenuBar", RES_TYPE_NUMBER);
   x_default_parameter (f, parms, Qtool_bar_lines, make_number (0),
                       "toolBar", "ToolBar", RES_TYPE_NUMBER);
-  x_default_parameter (f, parms, Qscroll_bar_width, Qnil,
-                      "scrollBarWidth", "ScrollBarWidth",
-                      RES_TYPE_NUMBER);
   x_default_parameter (f, parms, Qbuffer_predicate, Qnil,
                       "bufferPredicate", "BufferPredicate",
                       RES_TYPE_SYMBOL);
@@ -3830,6 +3827,9 @@ This function is an internal primitive--use `make-frame' instead.")
                       "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN);
   x_default_parameter (f, parms, Qcursor_type, Qbox,
                       "cursorType", "CursorType", RES_TYPE_SYMBOL);
+  x_default_parameter (f, parms, Qscroll_bar_width, Qnil,
+                      "scrollBarWidth", "ScrollBarWidth",
+                      RES_TYPE_NUMBER);
 
   /* Dimensions, especially f->height, must be done via change_frame_size.
      Change will not be effected unless different from the current