# HG changeset patch # User Richard M. Stallman # Date 830536753 0 # Node ID ab8c81feacf9a87a0c7421f1927772aba4196ba0 # Parent 50f527612ef6053ca487b92ca002835dc9613d10 (x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap. diff -r 50f527612ef6 -r ab8c81feacf9 src/xfns.c --- a/src/xfns.c Fri Apr 26 16:38:03 1996 +0000 +++ b/src/xfns.c Fri Apr 26 16:39:13 1996 +0000 @@ -2839,6 +2839,7 @@ 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. */ {