]> git.eshelyaron.com Git - emacs.git/commit
Avoid server roundtrip on wheel events from scroll bars on XI2
authorPo Lu <luangruo@yahoo.com>
Sat, 30 Apr 2022 10:05:44 +0000 (18:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 30 Apr 2022 10:05:44 +0000 (18:05 +0800)
commit5fd54723536efca5589f9b9ac64825e76f0d1360
treec5d34f73f0ae6f24aced74081668f3b62902b1ec
parent7b7a124afa0a71f4847ddc5a3934b02ab5d46d2c
Avoid server roundtrip on wheel events from scroll bars on XI2

* src/xterm.c (handle_one_xevent): Translate coordinates for
scroll bars correctly when handling XI2 wheel events.
src/xterm.c