Fix divider frame params on NS (bug#29352)

* src/nsfns.m (Fx_create_frame): Set right-divider-width and
bottom-divider-width parameters.
This commit is contained in:
Alan Third 2017-11-19 11:00:31 +00:00
parent b2518ac750
commit d14923b4d4

View file

@ -1234,6 +1234,10 @@ Turn the input menu (an NSMenu) into a lisp list for tracking on lisp side
x_default_parameter (f, parms, Qinternal_border_width, make_number (2), x_default_parameter (f, parms, Qinternal_border_width, make_number (2),
"internalBorderWidth", "InternalBorderWidth", "internalBorderWidth", "InternalBorderWidth",
RES_TYPE_NUMBER); RES_TYPE_NUMBER);
x_default_parameter (f, parms, Qright_divider_width, make_number (0),
NULL, NULL, RES_TYPE_NUMBER);
x_default_parameter (f, parms, Qbottom_divider_width, make_number (0),
NULL, NULL, RES_TYPE_NUMBER);
/* default vertical scrollbars on right on Mac */ /* default vertical scrollbars on right on Mac */
{ {