]> git.eshelyaron.com Git - emacs.git/commit
Fix processing of DND events on GTK
authorPo Lu <luangruo@yahoo.com>
Tue, 31 May 2022 05:24:27 +0000 (13:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 31 May 2022 05:24:27 +0000 (13:24 +0800)
commitb7bbf8864298dfd959ca6e7b0fa8d7fd0bbbd81f
tree2427eeacffe539ead223299b3a0566a8c59feaca
parent75bf80e2b136903525a54d6c53d69571e7b1332e
Fix processing of DND events on GTK

* src/xterm.c (x_dnd_begin_drag_and_drop): Clear `current_count'
and `current_hold_quit' after calling gtk_main_iteration.
src/xterm.c