From: Richard M. Stallman Date: Fri, 26 Apr 1996 16:39:13 +0000 (+0000) Subject: (x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap. X-Git-Tag: emacs-19.34~780 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d07821119242f8b5b49e2c7028d1334f479edaa;p=emacs.git (x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap. --- 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) 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. */ {