* xfns.c (Fx_create_frame): Set default to Qright.
This commit is contained in:
parent
6f320937a4
commit
4fa4201821
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue