]> git.eshelyaron.com Git - emacs.git/commit
Don't emit SELECT_WINDOW_EVENT when an xwidget is scrolled
authorPo Lu <luangruo@yahoo.com>
Sat, 13 Nov 2021 12:03:05 +0000 (20:03 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 13 Nov 2021 12:04:47 +0000 (20:04 +0800)
commit102406edb1d387bcb3c82ac320c30da5bd705194
treea9c6d0c5f3b0821e119181b4014964cd38dc1861
parent60a85834202dc4e117d3e5086ab210bcd293d659
Don't emit SELECT_WINDOW_EVENT when an xwidget is scrolled

* src/xterm.c (handle_one_event): Don't select xwidget window
on button event if the button pressed actually represents the
scroll wheel.
src/xterm.c