]> git.eshelyaron.com Git - emacs.git/commit
Fix extraneous quit events processing GTK native input inside popups
authorPo Lu <luangruo@yahoo.com>
Fri, 13 May 2022 07:30:22 +0000 (15:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 13 May 2022 07:31:50 +0000 (15:31 +0800)
commit85ac627ef4096a2d303f1d37c45da05dea1b7781
treedf9ceaa61fe16c332709e11a9db9c47a2bc64b2e
parent875da1dc3a7bc304e9571aad65f8cbc524aaac5b
Fix extraneous quit events processing GTK native input inside popups

* src/gtkutil.c (xg_widget_key_press_event_cb): Return
immediately if a popup is active.
* src/xterm.c (x_filter_event): Clear `xg_pending_quit_event' if
a popup is active.
src/gtkutil.c
src/xterm.c