]> git.eshelyaron.com Git - emacs.git/commit
Ignore motion events sent by an emulated pointer
authorPo Lu <luangruo@yahoo.com>
Fri, 17 Dec 2021 11:04:03 +0000 (19:04 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 17 Dec 2021 11:04:03 +0000 (19:04 +0800)
commit75e6c169ae93bd403bd31bafae6c5a81e2a42ccf
tree5eb36781aeba99a255383d8731a0109a33118c6e
parent36d873bf0d3f1185d0090e4b506a6a726476aec6
Ignore motion events sent by an emulated pointer

* src/xterm.c (handle_one_xevent): Ignore XI_Motion events that
have PointerEmulated set when the display supports XInput 2.2
or later.
src/xterm.c