]> git.eshelyaron.com Git - emacs.git/commit
Only send fallback MONITORS_CHANGED_EVENT when dimensions really changed
authorPo Lu <luangruo@yahoo.com>
Tue, 24 May 2022 00:30:51 +0000 (08:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 24 May 2022 00:30:51 +0000 (08:30 +0800)
commit689be0bdd5ba0a619fd97c435f75d43c15b164e2
treef8e22b855215dcda64bc7dfe015e1549c6c825c9
parent8c4498e62ed58ac94cc627d2ab085f2b17abc090
Only send fallback MONITORS_CHANGED_EVENT when dimensions really changed

* src/xterm.c (handle_one_xevent): Test that root window
configure width and height are not the same as the previously
recorded ones.
src/xterm.c