]> git.eshelyaron.com Git - emacs.git/commit
Further reduce monitor change event duplication
authorPo Lu <luangruo@yahoo.com>
Tue, 2 Aug 2022 07:15:03 +0000 (15:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 2 Aug 2022 07:17:11 +0000 (15:17 +0800)
commit0b233d3e5f9f39363511fb2e1859c3ea3b0e7170
tree7ff31b9fe32237f72f0e541eefc34402e48bf49f
parent0381e90fe789bc14f9b597850dcbbc08d84d4084
Further reduce monitor change event duplication

* src/xterm.c (handle_one_xevent): Also don't store duplicate
events for ConfigureNotify events bound for the root window.
src/xterm.c