]> git.eshelyaron.com Git - emacs.git/commit
Prevent events from being lost waiting for selections on GTK
authorPo Lu <luangruo@yahoo.com>
Tue, 31 May 2022 00:47:30 +0000 (08:47 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 31 May 2022 00:47:30 +0000 (08:47 +0800)
commit81b174cace56af924de93b4c32bf18273253b71f
tree028846a184fed3bc0ae9e51ace09bbb89a280494
parent7b646e972ca615b5e33a20a10ce533f282c657f5
Prevent events from being lost waiting for selections on GTK

* src/xterm.c (x_wait_for_cell_change): Use GTK to iterate the
main loop so events reach the toolkit.
src/xterm.c