mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
Set the frame parameter alpha to Qnil
This commit is contained in:
parent
faf257a160
commit
78ff4c6196
1 changed files with 1 additions and 1 deletions
|
|
@ -1291,7 +1291,7 @@ be shared by the new frame. */)
|
|||
RES_TYPE_SYMBOL);
|
||||
x_default_parameter (f, parms, Qscroll_bar_width, Qnil, "scrollBarWidth",
|
||||
"ScrollBarWidth", RES_TYPE_NUMBER);
|
||||
x_default_parameter (f, parms, Qalpha, Qt, "alpha", "Alpha",
|
||||
x_default_parameter (f, parms, Qalpha, Qnil, "alpha", "Alpha",
|
||||
RES_TYPE_NUMBER);
|
||||
|
||||
width = FRAME_COLS (f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue