]> git.eshelyaron.com Git - emacs.git/commit
Fix reporting of iconic state on old window managers
authorPo Lu <luangruo@yahoo.com>
Thu, 27 Oct 2022 11:14:56 +0000 (19:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 27 Oct 2022 11:15:50 +0000 (19:15 +0800)
commitaf46d8a7ecb5c8c0016cc8dc88fa59ef244a0ced
tree8dd7ecc633c3f8a6fcc215e34a716577c058936a
parent8deb7978974f87b9fc43babf93a96b045c8e788d
Fix reporting of iconic state on old window managers

* src/xterm.c (x_handle_wm_state): Handle IconicState if the
window manager does not support _NET_WM_STATE_HIDDEN.
src/xterm.c