The removal of the Motif DND code accidentally changed the
value of the TARGET_DELETE enumeration value, breaking DND
pretty badly.
This commit is contained in:
Matthias Clasen 2013-03-20 23:54:49 -04:00
parent 2bc313c624
commit 329f7af159

View File

@ -185,7 +185,7 @@ typedef gboolean (* GtkDragDestCallback) (GtkWidget *widget,
/* Enumeration for some targets we handle internally */
enum {
TARGET_DELETE
TARGET_DELETE = 0x40000002
};
/* Forward declarations */