]> git.eshelyaron.com Git - emacs.git/commit
Stop sending touch-end events if coalescing scroll events
authorPo Lu <luangruo@yahoo.com>
Sun, 2 Jan 2022 03:02:02 +0000 (11:02 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 2 Jan 2022 03:02:02 +0000 (11:02 +0800)
commita6952f78f3962ac2d9a5add580a130f0abd31429
treeaeb5a689902756ad2fa3e17f46efe0ad5766bb1b
parent5bdf413b1902c8bbebdef774a701fa1badce9e32
Stop sending touch-end events if coalescing scroll events

* src/xterm.c (handle_one_xevent): Don't generate touch-end
events if mwheel_coalesce_scroll_events is non-nil.
src/xterm.c