1
Fork 0
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:
Seiji Zenitani 2008-08-04 17:50:22 +00:00
parent faf257a160
commit 78ff4c6196

View file

@ -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);