]> git.eshelyaron.com Git - emacs.git/commit
Avoid duplicate wheel and button events on non-toolkit scroll bars
authorPo Lu <luangruo@yahoo.com>
Tue, 1 Mar 2022 06:59:32 +0000 (14:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 1 Mar 2022 06:59:32 +0000 (14:59 +0800)
commit54474a6db2bccdfe862307bf343af44ab3c79829
tree392452584871298889121f0a0aa08941d0221a4e
parentdb9b9435cddb1201bc57c65f44f90208e7047582
Avoid duplicate wheel and button events on non-toolkit scroll bars

* src/xterm.c (x_scroll_bar_create): Set appropriate input
extension event mask.
(handle_one_xevent): Move some ifdefs around and handle input
extension button events on scroll bars.
src/xterm.c