1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00

(x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap.

This commit is contained in:
Richard M. Stallman 1996-04-26 16:39:13 +00:00
parent b80c363eee
commit 6d07821119

View File

@ -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. */
{