XdndStatus messages from the drop target.
Under Motif, this is changed upon receiving a XmDROP_START message
- in reply to our own. */
+ in reply to our own.
+
+ When dropping on a target that doesn't support any drag-and-drop
+ protocol, this is set to the atom XdndActionPrivate. */
static Atom x_dnd_action;
/* The action we want the drop target to perform. The drop target may
x_dnd_n_targets, atom_names))
return;
+ x_dnd_action = dpyinfo->Xatom_XdndActionPrivate;
+
for (i = x_dnd_n_targets; i > 0; --i)
{
targets = Fcons (build_string (atom_names[i - 1]),