summaryrefslogtreecommitdiff
path: root/src/xfns.c
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2005-10-09 06:56:31 +0000
committerJan Djärv <jan.h.d@swipnet.se>2005-10-09 06:56:31 +0000
commit84f2588006e1efea7ac2a7bed7198c216ea0f82c (patch)
tree3fc35caa69e4af38bbb5a176213f39eb78f2cb26 /src/xfns.c
parente313fc07dda725c02e43890e59b13c9e661eec83 (diff)
downloademacs-84f2588006e1efea7ac2a7bed7198c216ea0f82c.tar.gz
* xfns.c (Fx_create_frame): Make bitmapIcon have default on.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index a0f6f3b3743..979a0a3435a 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -3277,7 +3277,7 @@ This function is an internal primitive--use `make-frame' instead. */)
/* We need to do this after creating the X window, so that the
icon-creation functions can say whose icon they're describing. */
- x_default_parameter (f, parms, Qicon_type, Qnil,
+ x_default_parameter (f, parms, Qicon_type, Qt,
"bitmapIcon", "BitmapIcon", RES_TYPE_SYMBOL);
x_default_parameter (f, parms, Qauto_raise, Qnil,