]> git.eshelyaron.com Git - emacs.git/commit
Fix phantom drag-and-drop targets showing up in some programs
authorPo Lu <luangruo@yahoo.com>
Sun, 12 Jun 2022 08:41:40 +0000 (16:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 12 Jun 2022 08:42:10 +0000 (16:42 +0800)
commit5bf409329b1b678c633c79456288a1c4d6f0e804
treeb3cbda3968b1529a974a77ce9d28c89a8706414a
parentc1829b307cffce046bec6fcbdff03dbab9f4b562
Fix phantom drag-and-drop targets showing up in some programs

* src/xterm.c (x_dnd_cleanup_drag_and_drop)
(x_dnd_begin_drag_and_drop): Delete XdndTypeList if it was set
after the DND operation completes.  Some programs apparently
think its presence on the drag source means there are more than
3 targets.
src/xterm.c