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

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

bug#18722: Correction


From: Jan Djärv
Subject: bug#18722: Correction
Date: Fri, 17 Oct 2014 19:48:37 +0200

Hi.

17 okt 2014 kl. 06:02 skrev Titus von der Malsburg <malsburg@posteo.de>:

> 
> 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.

If it does, your window manager is broken.
What does the window properties look like when Emacs is unresponsive?

        Jan D.

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






reply via email to

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