diff src/xfns.c @ 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 b11a1ef8c709
children 94467271b641
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.  */
   {