mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-24 19:03:29 +00:00
(x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap.
This commit is contained in:
parent
b80c363eee
commit
6d07821119
@ -2839,6 +2839,7 @@ x_window (f)
|
|||||||
f->output_data.x->wm_hints.flags |= InputHint;
|
f->output_data.x->wm_hints.flags |= InputHint;
|
||||||
XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
|
XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
|
||||||
&f->output_data.x->wm_hints);
|
&f->output_data.x->wm_hints);
|
||||||
|
f->output_data.x->wm_hints.icon_pixmap = None;
|
||||||
|
|
||||||
/* Request "save yourself" and "delete window" commands from wm. */
|
/* Request "save yourself" and "delete window" commands from wm. */
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user