Mercurial > emacs
changeset 65936:2c78610a49f1
* xfns.c (Fx_create_frame): Make bitmapIcon have default on.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 09 Oct 2005 06:56:31 +0000 |
parents | a9e534a7e62c |
children | 019725b1d671 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sun Oct 09 06:56:14 2005 +0000 +++ b/src/xfns.c Sun Oct 09 06:56:31 2005 +0000 @@ -3277,7 +3277,7 @@ /* 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,