]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix default child-frame-border-width on PGTK
authorPo Lu <luangruo@yahoo.com>
Mon, 23 May 2022 12:15:43 +0000 (20:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 23 May 2022 12:16:46 +0000 (20:16 +0800)
* src/pgtkfns.c (Fx_create_frame): Make default
`child-frame-border-width' nil.  (bug#55588)

src/pgtkfns.c

index b26709d90c072474ac54efc36dcdb6b944d66926..35e3c10589b23d5a3342e22a14cc3f38440106ce 100644 (file)
@@ -1437,8 +1437,7 @@ This function is an internal primitive--use `make-frame' instead.  */ )
 
     }
 
-  gui_default_parameter (f, parms, Qchild_frame_border_width,
-                        make_fixnum (0),
+  gui_default_parameter (f, parms, Qchild_frame_border_width, Qnil,
                         "childFrameBorderWidth", "childFrameBorderWidth",
                         RES_TYPE_NUMBER);
   gui_default_parameter (f, parms, Qright_divider_width, make_fixnum (0),