]> git.eshelyaron.com Git - emacs.git/commit
Improve efficency of handling DeviceChanged events
authorPo Lu <luangruo@yahoo.com>
Mon, 14 Feb 2022 03:16:38 +0000 (11:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 14 Feb 2022 03:16:38 +0000 (11:16 +0800)
commit1bf30718dd1e4284af285e4a92c336f512564f01
treeb7c3881895ea1e9a8bfd06d1c054640609118d32
parent27658a0a3b311ad38b87b9981c6e7b9aaae40728
Improve efficency of handling DeviceChanged events

* src/xterm.c (handle_one_xevent): Just update the device that
was changed on DeviceChanged and only do hierarchy recalculation
upon HierarchyChanged events.
src/xterm.c