Revert c00b85bf3f
This needs more work, currently we do dupe targets when copying target entries in various places, and consequently free them later. To do this correctly, the strings need to be interned or something like that.
This commit is contained in:
parent
670dfdb7cc
commit
9c1e61e9aa
@ -68,9 +68,9 @@ struct _GtkSelectionData
|
||||
|
||||
struct _GtkTargetEntry
|
||||
{
|
||||
const gchar *target;
|
||||
guint flags;
|
||||
guint info;
|
||||
gchar *target;
|
||||
guint flags;
|
||||
guint info;
|
||||
};
|
||||
|
||||
/* These structures not public, and are here only for the convenience of
|
||||
|
Loading…
Reference in New Issue
Block a user