Bug 565665 - GtkTargetEntry member target should be const char *
This commit is contained in:
@ -66,8 +66,9 @@ struct _GtkSelectionData
|
||||
GdkDisplay *GSEAL (display);
|
||||
};
|
||||
|
||||
struct _GtkTargetEntry {
|
||||
gchar *target;
|
||||
struct _GtkTargetEntry
|
||||
{
|
||||
const gchar *target;
|
||||
guint flags;
|
||||
guint info;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user