]> git.eshelyaron.com Git - emacs.git/commit
Avoid excessive synchronization when handling ShapeNotify events
authorPo Lu <luangruo@yahoo.com>
Sun, 27 Mar 2022 00:53:12 +0000 (08:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 27 Mar 2022 00:53:12 +0000 (08:53 +0800)
commita4a44d7ee1f63736c2a180317336b7ed13d9c34b
tree5b1e463bbdbd4525d01e15ffc0803fab7fde3f34
parent9f7e620bb5902250cf35b252e2e0f03b7347ab04
Avoid excessive synchronization when handling ShapeNotify events

* src/xterm.c (handle_one_xevent): Use XCB to handle ShapeNotify
events when we want both the bounding and input rects.
src/xterm.c