]> git.eshelyaron.com Git - emacs.git/commit
"Fix" iconification handling on PGTK
authorPo Lu <luangruo@yahoo.com>
Wed, 9 Nov 2022 12:41:17 +0000 (20:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 9 Nov 2022 13:05:24 +0000 (21:05 +0800)
commit6f329bd239593c5f54e8f2b51b7974769d75db1f
tree33014382b940aec80394385b0c0e76eba8dfcb28
parentc05b0131745987d062bb0d324af38f3d55c833ba
"Fix" iconification handling on PGTK

* src/pgtkterm.c (pgtk_iconify_frame): Write some more comments
and refrain from setting the frame as iconified here.
(map_event): Remove redundant braces.
(window_state_event): Remove useless code and manage frame
visibility as correctly as possible under Wayland while
iconified.  (bug#55836)
src/pgtkterm.c