changeset 15081:ab8c81feacf9

(x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Apr 1996 16:39:13 +0000
parents 50f527612ef6
children bd6c6923b90e
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Fri Apr 26 16:38:03 1996 +0000
+++ b/src/xfns.c	Fri Apr 26 16:39:13 1996 +0000
@@ -2839,6 +2839,7 @@
   f->output_data.x->wm_hints.flags |= InputHint;
   XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
 	       &f->output_data.x->wm_hints);
+  f->output_data.x->wm_hints.icon_pixmap = None;
 
   /* Request "save yourself" and "delete window" commands from wm.  */
   {