* xfns.c (Fx_create_frame): Set default to Qright.

This commit is contained in:
Chong Yidong 2010-03-12 18:13:02 -05:00
parent 6f320937a4
commit 4fa4201821
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2010-03-12 Chong Yidong <cyd@stupidchicken.com>
* xfns.c (Fx_create_frame): Set default to Qright.
* frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
all window systems.

View file

@ -3376,7 +3376,7 @@ This function is an internal primitive--use `make-frame' instead. */)
#endif
"internalBorderWidth", "internalBorderWidth",
RES_TYPE_NUMBER);
x_default_parameter (f, parms, Qvertical_scroll_bars, Qleft,
x_default_parameter (f, parms, Qvertical_scroll_bars, Qright,
"verticalScrollBars", "ScrollBars",
RES_TYPE_SYMBOL);