]> git.eshelyaron.com Git - emacs.git/commit
Avoid sync when allowing touch events in handle_one_xevent
authorPo Lu <luangruo@yahoo.com>
Sat, 9 Apr 2022 10:25:22 +0000 (18:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 9 Apr 2022 10:26:19 +0000 (18:26 +0800)
commit40c2bfdae198100a4be3a8b25e0722fd7c953516
tree75ed4a3f29623d371233cc36bd0da7a05a3b0c80
parentd327fd594da7d7207c2d47414a6c47ff0c0e2598
Avoid sync when allowing touch events in handle_one_xevent

* src/xterm.c (handle_one_xevent): Don't catch errors around
XIAllowTouchEvents.
(x_error_handler): Ignore Device errors here instead.
src/xterm.c