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: martin rudalics
Subject: bug#25887: 26.0.50; Exiting fullscreen
Date: Tue, 28 Feb 2017 19:43:00 +0100

> This sounds like it could be the same bug as bug#24963.

Likely.  <M-F11> instead of <F11> works BTW ;-)

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

Many thanks, martin





reply via email to

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