]> git.eshelyaron.com Git - emacs.git/commit
Avoid dismissing GTK+ popup menus upon wheel movement
authorPo Lu <luangruo@yahoo.com>
Wed, 18 May 2022 06:55:23 +0000 (14:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 18 May 2022 06:56:04 +0000 (14:56 +0800)
commit997ce9eb3d65089f4d924c7e5377f1b3bf0c2c13
tree0906dd98859b06e1ccdd987620f06258c23b5a8d
parentc258528cfbc27f1f7e7604425a4c3d3dc78408bb
Avoid dismissing GTK+ popup menus upon wheel movement

* src/xterm.c (handle_one_xevent): Don't forward XI button
events for wheel buttons to GTK+ when a popup menu is active.
src/xterm.c