]> git.eshelyaron.com Git - emacs.git/commit
Make sure touch end events aren't sent too many times
authorPo Lu <luangruo@yahoo.com>
Thu, 6 Jan 2022 11:11:56 +0000 (19:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 6 Jan 2022 11:11:56 +0000 (19:11 +0800)
commit9fc20ad35c8dd1814ba097a0ec20c0230c467729
treeb9d52528fbed9500e974292304b325b714711e54
parent2ab73286b7a58eb983da21bca8b781ec884eb996
Make sure touch end events aren't sent too many times

* src/xterm.c (handle_one_xevent): Don't send touch end events
twice if two valuators have their masks set without a change in
value.
src/xterm.c