]> git.eshelyaron.com Git - emacs.git/commit
Call XRRUpdateConfiguration when the root window geometry changes
authorPo Lu <luangruo@yahoo.com>
Sat, 21 May 2022 03:34:51 +0000 (11:34 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 21 May 2022 03:34:51 +0000 (11:34 +0800)
commit5a290eb7d3e9104edf0fe1ff1d4b078a39dec3d2
tree92c9abfe56539f6090790c90e4abf3a29754fbd5
parent98163f48a081442616bf680be06cf51ab74b4681
Call XRRUpdateConfiguration when the root window geometry changes

* src/xterm.c (handle_one_xevent): Call XRRUpdateConfiguration
on RRScreenChangeNotify and upon ConfigureNotify events for the
root window.
src/xterm.c