]> git.eshelyaron.com Git - emacs.git/commit
Don't send XdndPosition before XdndStatus arrives
authorPo Lu <luangruo@yahoo.com>
Thu, 23 Jun 2022 03:31:10 +0000 (11:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 23 Jun 2022 03:31:10 +0000 (11:31 +0800)
commit41540b9324283ec924d0f818e649b4b9d7679d10
treee9b3761e855b5c46ded5fd932b2fcd0d6234b810
parentee6e4bc525125c77d284039c0ab2e2ce4d70c7e3
Don't send XdndPosition before XdndStatus arrives

* src/xterm.c (x_dnd_send_position): Set pending DND message if
target is right.
(x_dnd_send_leave): Clear pending status target.
(x_dnd_begin_drag_and_drop): Clear new flags.
(handle_one_xevent): Respect those flags.
src/xterm.c