Repeat 2010-11-14 change to xfns.c for w32 and ns.
* w32fns.c (Fx_create_frame): * nsfns.m (Fx_create_frame): Don't check for the cursorColor resource here; it's now done at startup.
This commit is contained in:
parent
5a232ffb73
commit
a3e6bad42c
3 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-11-14 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* w32fns.c (Fx_create_frame):
|
||||
* nsfns.m (Fx_create_frame): Don't check for the cursorColor
|
||||
resource here; it's now done at startup.
|
||||
|
||||
2010-11-14 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* xterm.c (set_wm_state): Add Qnil to final cons.
|
||||
|
|
|
@ -1224,8 +1224,6 @@ Turn the input menu (an NSMenu) into a lisp list for tracking on lisp side
|
|||
"foreground", "Foreground", RES_TYPE_STRING);
|
||||
x_default_parameter (f, parms, Qbackground_color, build_string ("White"),
|
||||
"background", "Background", RES_TYPE_STRING);
|
||||
x_default_parameter (f, parms, Qcursor_color, build_string ("grey"),
|
||||
"cursorColor", "CursorColor", RES_TYPE_STRING);
|
||||
/* FIXME: not suppported yet in Nextstep */
|
||||
x_default_parameter (f, parms, Qline_spacing, Qnil,
|
||||
"lineSpacing", "LineSpacing", RES_TYPE_NUMBER);
|
||||
|
|
|
@ -4345,8 +4345,6 @@ This function is an internal primitive--use `make-frame' instead. */)
|
|||
"background", "Background", RES_TYPE_STRING);
|
||||
x_default_parameter (f, parameters, Qmouse_color, build_string ("black"),
|
||||
"pointerColor", "Foreground", RES_TYPE_STRING);
|
||||
x_default_parameter (f, parameters, Qcursor_color, build_string ("black"),
|
||||
"cursorColor", "Foreground", RES_TYPE_STRING);
|
||||
x_default_parameter (f, parameters, Qborder_color, build_string ("black"),
|
||||
"borderColor", "BorderColor", RES_TYPE_STRING);
|
||||
x_default_parameter (f, parameters, Qscreen_gamma, Qnil,
|
||||
|
|
Loading…
Add table
Reference in a new issue