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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user