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:
Carlos Garnacho 2020-02-07 01:00:52 +01:00
parent 20aec5a744
commit 56dc99a9fb

View File

@ -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;