]> git.eshelyaron.com Git - emacs.git/commit
Pass core scroll wheel events outside the edit widget to Emacs on GTK
authorPo Lu <luangruo@yahoo.com>
Fri, 4 Mar 2022 01:42:33 +0000 (09:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 4 Mar 2022 01:43:52 +0000 (09:43 +0800)
commit6058daedf72d1170738e69a3b23f2c4c2a163ca7
tree8747294cfed5a682c4453c7cc24128d38425fc45
parent4df7bb9c0112007d321815d00c9dca8b44b4c9b7
Pass core scroll wheel events outside the edit widget to Emacs on GTK

* src/xterm.c (x_construct_mouse_click): Translate coordinates
if the event window is not the edit widget window.
(handle_one_xevent): Treat core scroll wheel events specially,
if mouse_or_wdesc_frame did not find the frame.
src/xterm.c