* src/xterm.c (handle_one_xevent): Don't let some client
messages reach the toolkit.
else
x_dnd_action = None;
}
+
+ goto done;
}
if (event->xclient.message_type == dpyinfo->Xatom_XdndFinished
if (x_dnd_waiting_for_finish_proto >= 5
&& !(event->xclient.data.l[1] & 1))
x_dnd_action = None;
+
+ goto done;
}
if ((event->xclient.message_type
&& operation != XM_DRAG_LINK)
{
x_dnd_waiting_for_finish = false;
- goto OTHER;
+ goto done;
}
if (status != XM_DROP_SITE_VALID
|| action == XM_DROP_ACTION_DROP_HELP))
{
x_dnd_waiting_for_finish = false;
- goto OTHER;
+ goto done;
}
switch (operation)
}
x_dnd_waiting_for_motif_finish = 2;
- goto OTHER;
+ goto done;
}
}