]> git.eshelyaron.com Git - emacs.git/commit
Fix various menu problems
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Oct 2022 13:31:54 +0000 (21:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 21 Oct 2022 13:32:34 +0000 (21:32 +0800)
commit693443bbf7d87e5508fe109f35d81e064400f3db
treec1e9f29df0dea5b313f92846cc5fdc62e34f6ade
parent3245b17a0fd846470d63a24bcab3b093a3100b89
Fix various menu problems

* src/menu.c (x_popup_menu_1): Cancel hourglass timer before
displaying popup.
* src/xterm.c (x_show_hourglass): Avoid displaying hourglass
cursor during a popup.
(handle_one_xevent): Under X Toolkit and GTK+ 2.x builds with
XInput 2, clear the mouse face upon a core LeaveNotify; these
can be generated by menu grabs.
(x_wm_set_size_hint): Fix Motif build warning.
src/menu.c
src/xterm.c