]> git.eshelyaron.com Git - emacs.git/commit
Improve treatment of toolkit scroll bars with the input extension
authorPo Lu <luangruo@yahoo.com>
Mon, 28 Feb 2022 06:04:23 +0000 (14:04 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 28 Feb 2022 06:06:12 +0000 (14:06 +0800)
commitf995169c7267683c89ccb2317dca41ab69bad0e6
tree12fa377fd74ea5700cc3eaff87eb296f7bcf1824
parent1de7382b574ff9f40319d7a075d952cb944f96ca
Improve treatment of toolkit scroll bars with the input extension

* src/xterm.c (x_create_horizontal_toolkit_scroll_bar)
(x_create_toolkit_scroll_bar): Set XI2 event mask appropriately.
(handle_one_xevent): Make sure coordinates are correct for the
frame's window when handling wheel events.
src/xterm.c