mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * src/w32fns.c (Fx_create_frame): Fix copy/paste errors in last change.
This commit is contained in:
parent
1bc338075d
commit
05dca1f51f
1 changed files with 4 additions and 4 deletions
|
|
@ -6487,8 +6487,8 @@ DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
|
|||
NULL, NULL, RES_TYPE_BOOLEAN);
|
||||
gui_default_parameter (f, parameters, Qalpha_background, Qnil,
|
||||
"alphaBackground", "AlphaBackground", RES_TYPE_NUMBER);
|
||||
gui_default_parameter (f, parms, Qborders_respect_alpha_background, Qnil,
|
||||
"bordersRespectAlphaBackground",
|
||||
gui_default_parameter (f, parameters, Qborders_respect_alpha_background,
|
||||
Qnil, "bordersRespectAlphaBackground",
|
||||
"BordersRespectAlphaBackground", RES_TYPE_NUMBER);
|
||||
|
||||
/* Process alpha here (Bug#16619). On XP this fails with child
|
||||
|
|
@ -6633,8 +6633,8 @@ DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
|
|||
|
||||
gui_default_parameter (f, parameters, Qalpha_background, Qnil,
|
||||
"alphaBackground", "AlphaBackground", RES_TYPE_NUMBER);
|
||||
gui_default_parameter (f, parms, Qborders_respect_alpha_background, Qnil,
|
||||
"bordersRespectAlphaBackground",
|
||||
gui_default_parameter (f, parameters, Qborders_respect_alpha_background,
|
||||
Qnil, "bordersRespectAlphaBackground",
|
||||
"BordersRespectAlphaBackground", RES_TYPE_NUMBER);
|
||||
|
||||
/* Make the window appear on the frame and enable display, unless
|
||||
|
|
|
|||
Loading…
Reference in a new issue