diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-26 16:39:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-26 16:39:13 +0000 |
commit | 7e2f7ad704fe3193439a950d8ebdf7bcd1e04ddd (patch) | |
tree | ecd13bf551f1312ed41c43d88feba6d051b176ee /src/xfns.c | |
parent | 10fb5cd5042983c9131d1cc993baa3c3636794c5 (diff) | |
download | emacs-7e2f7ad704fe3193439a950d8ebdf7bcd1e04ddd.tar.gz |
(x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap.
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 1 |
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) 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. */ { |