]> git.eshelyaron.com Git - emacs.git/commit
Handle pointer axes changing along with scroll valuators
authorPo Lu <luangruo@yahoo.com>
Mon, 16 May 2022 01:18:33 +0000 (09:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 16 May 2022 01:18:33 +0000 (09:18 +0800)
commitdd05eb40485b49e8b06154b21dbd8097178c5aed
treec58a97acef6d30f80878c9eacaa072443d3ce700
parentcd5fcf10c6d4bbe4b72acfbc8b908b37513acac1
Handle pointer axes changing along with scroll valuators

* xterm.c (x_get_scroll_valuator_delta): Set valuator_return to
NULL if no valuator was found.
(handle_one_xevent): Assume pointer axes might've changed if no
scroll valuator was found but valuators were set when handling
motion events.
src/xterm.c