]> git.eshelyaron.com Git - emacs.git/commit
Ignore all emulated button events (i.e. those from touchscreens)
authorPo Lu <luangruo@yahoo.com>
Tue, 21 Dec 2021 01:41:40 +0000 (09:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 21 Dec 2021 01:41:40 +0000 (09:41 +0800)
commit2bcd299431495e2107df16febf9b207c75fb29fd
tree0e4eb9fbf42e55168395ec59d3a637837bb1230b
parentaa1fdb3f6fe08169143a3062ca257be487713531
Ignore all emulated button events (i.e. those from touchscreens)

* src/xterm.c (handle_one_xevent): Ignore all XIPointerEmulated
events if the display supports XI 2.2 or later.
src/xterm.c