bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18722: Correction


From: Titus von der Malsburg
Subject: bug#18722: Correction
Date: Thu, 16 Oct 2014 21:02:11 -0700

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);

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]