From: Stephen Berman <stephen.berman@gmx.net>
To: martin rudalics <rudalics@gmx.at>
Cc: 25887@debbugs.gnu.org
Subject: bug#25887: 26.0.50; Exiting fullscreen
Date: Wed, 01 Mar 2017 12:46:03 +0100 [thread overview]
Message-ID: <87r32husn8.fsf@rosalinde> (raw)
In-Reply-To: <58B5C4B4.9020103@gmx.at> (martin rudalics's message of "Tue, 28 Feb 2017 19:43:00 +0100")
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
next prev parent reply other threads:[~2017-03-01 11:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-27 8:29 bug#25887: 26.0.50; Exiting fullscreen Dani Moncayo
2017-02-28 9:45 ` martin rudalics
2017-02-28 11:35 ` Stephen Berman
2017-02-28 18:43 ` martin rudalics
2017-03-01 11:46 ` Stephen Berman [this message]
2017-03-01 19:36 ` martin rudalics
2017-03-01 20:04 ` Stephen Berman
2017-03-01 20:15 ` Dani Moncayo
2017-03-02 11:00 ` martin rudalics
2017-03-02 11:00 ` martin rudalics
2017-03-02 11:14 ` Stephen Berman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r32husn8.fsf@rosalinde \
--to=stephen.berman@gmx.net \
--cc=25887@debbugs.gnu.org \
--cc=rudalics@gmx.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.