forked from AuroraMiddleware/gtk
Fix DND
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:
parent
2bc313c624
commit
329f7af159
@ -185,7 +185,7 @@ typedef gboolean (* GtkDragDestCallback) (GtkWidget *widget,
|
||||
/* Enumeration for some targets we handle internally */
|
||||
|
||||
enum {
|
||||
TARGET_DELETE
|
||||
TARGET_DELETE = 0x40000002
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
Loading…
Reference in New Issue
Block a user