1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

* xfns.c (Fx_create_frame): Make bitmapIcon have default on.

This commit is contained in:
Jan Djärv 2005-10-09 06:56:31 +00:00
parent e313fc07dd
commit 84f2588006

View File

@ -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,