]> git.eshelyaron.com Git - emacs.git/commit
Prevent race conditions with async input during drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Sat, 16 Apr 2022 11:12:04 +0000 (19:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 16 Apr 2022 11:12:56 +0000 (19:12 +0800)
commit5ad6a08a2eb5a57520f0c954a76c19f28d00ae9d
tree0570eb3cbb3fac789584360beac8d3876a57e115
parent6815db492ff899e77b45be98414567ad96a8177c
Prevent race conditions with async input during drag-and-drop

* src/xterm.c (XTread_socket): Don't read events here during
drag-and-drop, otherwise the right hold_quit might not be used
for selection events.
src/xterm.c