On 2014-10-16 Thu 17:53, Stefan Monnier wrote: > Can you try the patch below (applied to the latest trunk code) to see if > your problem is really triggered by this commit? Yes, this patch seems to solve the problem. Titus > > > Stefan > > > === modified file 'src/xterm.c' > --- src/xterm.c 2014-10-12 06:09:50 +0000 > +++ src/xterm.c 2014-10-17 00:51:47 +0000 > @@ -6864,14 +6864,6 @@ > inev.ie.kind = DEICONIFY_EVENT; > XSETFRAME (inev.ie.frame_or_window, f); > } > - else if (! FRAME_ICONIFIED_P (f) > - && f->output_data.x->net_wm_state_hidden_seen) > - { > - SET_FRAME_VISIBLE (f, 0); > - SET_FRAME_ICONIFIED (f, 1); > - inev.ie.kind = ICONIFY_EVENT; > - XSETFRAME (inev.ie.frame_or_window, f); > - } > } > > x_handle_property_notify (&event->xproperty);