]> git.eshelyaron.com Git - emacs.git/commit
Handle screen size changes if the RandR library isn't available
authorPo Lu <luangruo@yahoo.com>
Mon, 23 May 2022 02:55:48 +0000 (10:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 23 May 2022 02:55:48 +0000 (10:55 +0800)
commit20662ecd214fbe2a9f200085b9194a6f7677d447
tree15feee89362ff24562e244136915210aa70e266c
parent7a709b36ef1a2b184fd1b3e2f1ddf2b98b6f3bcc
Handle screen size changes if the RandR library isn't available

* src/xterm.c (handle_one_xevent): [!HAVE_XRANDR]: Store
MONITORS_CHANGED_EVENT upon root window reconfiguration.
src/xterm.c