From: Jan Djärv Date: Sun, 9 Oct 2005 06:56:31 +0000 (+0000) Subject: * xfns.c (Fx_create_frame): Make bitmapIcon have default on. X-Git-Tag: emacs-pretest-22.0.90~6735 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84f2588006e1efea7ac2a7bed7198c216ea0f82c;p=emacs.git * xfns.c (Fx_create_frame): Make bitmapIcon have default on. --- 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,