]> git.eshelyaron.com Git - emacs.git/commit
Use window height to determine wheel event pixel deltas on XInput 2
authorPo Lu <luangruo@yahoo.com>
Sat, 11 Dec 2021 10:30:01 +0000 (18:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 11 Dec 2021 10:30:01 +0000 (18:30 +0800)
commitd90be279958c093c4d3023ef553ea20508cf4c28
tree44abd1b23d9c07aea1c1bbd407ca2348520a12be
parent607dee1a7192d77546bb30561296b46e35d67019
Use window height to determine wheel event pixel deltas on XInput 2

* src/xterm.c (handle_one_xevent): Use window height instead of
frame height to determine the height of a scroll unit.
src/xterm.c