forked from AuroraMiddleware/gtk
Bug 565665 - GtkTargetEntry member target should be const char *
This commit is contained in:
parent
d0f2b13309
commit
b3c5232a9b
@ -66,10 +66,11 @@ struct _GtkSelectionData
|
|||||||
GdkDisplay *GSEAL (display);
|
GdkDisplay *GSEAL (display);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkTargetEntry {
|
struct _GtkTargetEntry
|
||||||
gchar *target;
|
{
|
||||||
guint flags;
|
const gchar *target;
|
||||||
guint info;
|
guint flags;
|
||||||
|
guint info;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* These structures not public, and are here only for the convenience of
|
/* These structures not public, and are here only for the convenience of
|
||||||
|
Loading…
Reference in New Issue
Block a user