aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSeiji Zenitani2008-08-04 17:50:22 +0000
committerSeiji Zenitani2008-08-04 17:50:22 +0000
commit78ff4c6196611348185e5ecd3271088fe9cf4b85 (patch)
tree74a4b851bc510797a2189f46531df3ae61d5020c /src
parentfaf257a1609acac6d1bfda8dfd12cdc2d096f542 (diff)
downloademacs-78ff4c6196611348185e5ecd3271088fe9cf4b85.tar.gz
emacs-78ff4c6196611348185e5ecd3271088fe9cf4b85.zip
Set the frame parameter alpha to Qnil
Diffstat (limited to 'src')
-rw-r--r--src/nsfns.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index ac12b08c01b..d5da0fce160 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -1291,7 +1291,7 @@ be shared by the new frame. */)
1291 RES_TYPE_SYMBOL); 1291 RES_TYPE_SYMBOL);
1292 x_default_parameter (f, parms, Qscroll_bar_width, Qnil, "scrollBarWidth", 1292 x_default_parameter (f, parms, Qscroll_bar_width, Qnil, "scrollBarWidth",
1293 "ScrollBarWidth", RES_TYPE_NUMBER); 1293 "ScrollBarWidth", RES_TYPE_NUMBER);
1294 x_default_parameter (f, parms, Qalpha, Qt, "alpha", "Alpha", 1294 x_default_parameter (f, parms, Qalpha, Qnil, "alpha", "Alpha",
1295 RES_TYPE_NUMBER); 1295 RES_TYPE_NUMBER);
1296 1296
1297 width = FRAME_COLS (f); 1297 width = FRAME_COLS (f);