]> git.eshelyaron.com Git - emacs.git/commit
Fix key navigation of Lucid menus on XI2
authorPo Lu <luangruo@yahoo.com>
Sat, 23 Apr 2022 11:34:46 +0000 (19:34 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 23 Apr 2022 11:34:46 +0000 (19:34 +0800)
commit759d337b0d05f3164bf90dd980a079cd412f9de1
tree2eadbaf716d1a82ddb2f330fff410f9c27def7a2
parent132fa716155ca1d4faa0ae936d14e7831e88dcf5
Fix key navigation of Lucid menus on XI2

* src/xmenu.c (popup_get_selection): Fix cookie claiming of
input extension events.
(Fx_menu_bar_open_internal): Use right timestamps on XI2.
* src/xterm.c (handle_one_xevent): Dispatch XI2 key events via
Xt when popup is active.
src/xmenu.c
src/xterm.c