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

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

bug#25887: 26.0.50; Exiting fullscreen


From: Stephen Berman
Subject: bug#25887: 26.0.50; Exiting fullscreen
Date: Wed, 01 Mar 2017 12:46:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

On Tue, 28 Feb 2017 19:43:00 +0100 martin rudalics <rudalics@gmx.at> wrote:

>> This sounds like it could be the same bug as bug#24963.
>
> Likely.  <M-F11> instead of <F11> works BTW ;-)

Did you bind it to toggle-frame-fullscreen?  Here with -Q I just get
"<M-f11> is undefined".

> And your guess that
>
>   this is related to the code added to src/gtkutil.c by the above patch
>   to "[f]orce [GTK+] scroll bars to be real X11 windows"
>
> sounds right as well.  Could you try replacing the single
>
>           x_net_wm_state (f, configureEvent.xconfigure.window);
>
> call in xterm.c with
>
>         if (configureEvent.xconfigure.window == FRAME_X_WINDOW (f))
>           x_net_wm_state (f, configureEvent.xconfigure.window);

This indeed makes both toggle-frame-fullscreen and
toggle-frame-maximized work again.

> Many thanks, martin

Likewise!

Steve Berman





reply via email to

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