forked from AuroraMiddleware/gtk
gtkroot: Make enum a typedef
Seems a typo, and prevents building as GtkRootProperties is deemed to be defined multiple times.
This commit is contained in:
parent
20aec5a744
commit
56dc99a9fb
@ -25,7 +25,7 @@ struct _GtkRootInterface
|
||||
|
||||
GtkConstraintSolver * gtk_root_get_constraint_solver (GtkRoot *self);
|
||||
|
||||
enum {
|
||||
typedef enum {
|
||||
GTK_ROOT_PROP_FOCUS_WIDGET,
|
||||
GTK_ROOT_NUM_PROPERTIES
|
||||
} GtkRootProperties;
|
||||
|
Loading…
Reference in New Issue
Block a user