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:
parent
250b728284
commit
ca6899a0ef
1 changed files with 1 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue