]> git.eshelyaron.com Git - emacs.git/commit
Fix GTK native input methods randomly freezing input
authorPo Lu <luangruo@yahoo.com>
Thu, 13 Jan 2022 02:10:41 +0000 (10:10 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 13 Jan 2022 02:12:39 +0000 (10:12 +0800)
commit46f24bf08f6cc12aa8945ae0257c810a59a8803c
tree749326fb344252571bcdc49d6447edfc4e4e16cd
parent931b6ac973941f564c2c32ac810dd3522558eae1
Fix GTK native input methods randomly freezing input

* src/gtkutil.c (xg_widget_key_press_event_cb): Exercise the X11
connection causing pselect to return immediately from input.
(bug#53160)
src/gtkutil.c