]> git.eshelyaron.com Git - emacs.git/commit
Prevent from frozen frame after `C-z' in Lucid builds
authorTino Calancha <tino.calancha@gmail.com>
Sat, 15 Aug 2020 14:18:03 +0000 (16:18 +0200)
committerTino Calancha <tino.calancha@gmail.com>
Sat, 15 Aug 2020 14:18:03 +0000 (16:18 +0200)
commit3c4edfd85ee8f49e40715a400a1fc65950e07482
treeb652c0f105b76d4abc1c3765febb647fb25144d0
parent98e824199263d4f47200bb3cf60226c5125d700b
Prevent from frozen frame after `C-z' in Lucid builds

Some WMs (e.g. mutter in Gnome Shell) don't unmap iconized windows,
thus we won't get a MapNotify when deconifying them.
Check if we are deconifying a window elsewhere (Bug#42655).

- src/xterm.c (handle_one_xevent):
Check for window deconify when receiving a FocusIn signal.
src/xterm.c