aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-26 16:39:13 +0000
committerRichard M. Stallman1996-04-26 16:39:13 +0000
commit6d07821119242f8b5b49e2c7028d1334f479edaa (patch)
treeb47faa6bf569eaa75370602983a27517d9a63c3f /src
parentb80c363eee95c3653196e9fd213414cafcffcf25 (diff)
downloademacs-6d07821119242f8b5b49e2c7028d1334f479edaa.tar.gz
emacs-6d07821119242f8b5b49e2c7028d1334f479edaa.zip
(x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index abdb85ccc6a..aa90a93e147 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -2839,6 +2839,7 @@ x_window (f)
2839 f->output_data.x->wm_hints.flags |= InputHint; 2839 f->output_data.x->wm_hints.flags |= InputHint;
2840 XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), 2840 XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2841 &f->output_data.x->wm_hints); 2841 &f->output_data.x->wm_hints);
2842 f->output_data.x->wm_hints.icon_pixmap = None;
2842 2843
2843 /* Request "save yourself" and "delete window" commands from wm. */ 2844 /* Request "save yourself" and "delete window" commands from wm. */
2844 { 2845 {