forked from AuroraMiddleware/gtk
Revert b3c5232a9b
This causes warning and breaks e.g. the mozilla build.
This commit is contained in:
parent
b2274ba08a
commit
098e02c29d
@ -66,11 +66,10 @@ struct _GtkSelectionData
|
||||
GdkDisplay *GSEAL (display);
|
||||
};
|
||||
|
||||
struct _GtkTargetEntry
|
||||
{
|
||||
const gchar *target;
|
||||
guint flags;
|
||||
guint info;
|
||||
struct _GtkTargetEntry {
|
||||
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