]> git.eshelyaron.com Git - emacs.git/commit
Fix crash when handling "swallowed" generic events
authorPo Lu <luangruo@yahoo.com>
Sat, 27 Aug 2022 01:54:16 +0000 (09:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 27 Aug 2022 01:54:19 +0000 (09:54 +0800)
commit4015d561c39d29200bf1ac542844fd5f3ba99426
tree9b57c8a8957040d42e41bd9355264dee8ec05f41
parent6edff5ac331236f817032d6744a0855e5cc3d48d
Fix crash when handling "swallowed" generic events

* src/xmenu.c (x_menu_translate_generic_event, x_menu_show):
Pass through more events, correctly.
* src/xterm.c (handle_one_xevent): Don't abort if must_free_data
and xi_event is NULL; this is an Xlib bug.
src/xmenu.c
src/xterm.c