]> git.eshelyaron.com Git - emacs.git/commit
Fix two GTK3 event handling issues
authorMartin Rudalics <rudalics@gmx.at>
Wed, 5 May 2021 08:26:32 +0000 (10:26 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 5 May 2021 08:26:32 +0000 (10:26 +0200)
commit483c5e953c12a95382bef4a3b6769a680c32fe86
tree9d2f3526af79bc94c73e5d4f677d5919d07ca11c
parent203ee33980571823147122dffb0789f92ea66b53
Fix two GTK3 event handling issues

* src/xterm.c (handle_one_xevent): For GTK3 PropertyNotify and
MapNotify events explicitly request the stored frame sizes when
the frame changes from iconified to a non-hidden state
(Bug#24526).  For Expose events do not change the frame's
visibility or iconified state.  For FocusIn events on GTK3 do
not apply the fix for Bug#42655.  The latter two changes are to
avoid that plain invisible frames get reported as iconified.
src/xterm.c