]> git.eshelyaron.com Git - emacs.git/commit
Improve compliance with version 5 of the XDND specification
authorPo Lu <luangruo@yahoo.com>
Sun, 20 Mar 2022 07:00:36 +0000 (15:00 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 20 Mar 2022 07:00:36 +0000 (15:00 +0800)
commit9b34005c32462a3e0e8a201e3b0d52a67a84d7bd
treedffd490c0f8d9d2394776880736dd54cadbf98f4
parent34ac8088b002e59e943471c4b39c368aebaca45c
Improve compliance with version 5 of the XDND specification

* src/xterm.c (x_dnd_cleanup_drag_and_drop): New function.
(x_dnd_begin_drag_and_drop): Handle selection request events
immediately.
(handle_one_xevent): Wait for XdndFinished events and return the
action chosen there.
src/xterm.c