1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

Fix default child-frame-border-width on PGTK

* src/pgtkfns.c (Fx_create_frame): Make default
`child-frame-border-width' nil.  (bug#55588)
This commit is contained in:
Po Lu 2022-05-23 20:15:43 +08:00
parent 250b728284
commit ca6899a0ef

View 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),