]> git.eshelyaron.com Git - emacs.git/commit
Don't ignore events from XI2 slave devices anymore
authorPo Lu <luangruo@yahoo.com>
Sat, 19 Feb 2022 08:21:51 +0000 (16:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 19 Feb 2022 08:21:51 +0000 (16:21 +0800)
commite015dc77f5e38d52bb0b328c764c8186c8c9bf73
tree141099413f5b5ad79a3d7461893b0c0ba5277714
parent76ee4dc82375893a5c59c63acda43af27879e54a
Don't ignore events from XI2 slave devices anymore

All the machinery needed to keep track of events from those
devices is already in place, so that's no longer required.

* src/xterm.c (x_get_scroll_valuator_delta):
(xi_reset_scroll_valuators_for_device_id):
(handle_one_xevent): Don't ignore XI devices that are not master
pointers or keyboards.
src/xterm.c