]> git.eshelyaron.com Git - emacs.git/commit
Further fixes to menu event processing on no-toolkit builds
authorPo Lu <luangruo@yahoo.com>
Sat, 22 Oct 2022 12:15:22 +0000 (20:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 22 Oct 2022 12:21:55 +0000 (20:21 +0800)
commitf85bdb49923a60d3d0cc3bf66ad884555d92840c
tree6b8aadbaff5884fcd591a864d5f36f4203502a14
parent636322cfe06daef07d8fe8a7650fbe27370aea22
Further fixes to menu event processing on no-toolkit builds

* src/xdisp.c (note_mouse_highlight): Return if a popup is
activated under the no-toolkit build as well.
* src/xmenu.c (pop_down_menu): Clear popup_activated_flag when
not on MS-DOS.
(x_menu_show): Set popup_activated_flag under X.
src/xdisp.c
src/xmenu.c