css: Move enum to the only source file using it
This commit is contained in:
@ -57,6 +57,10 @@
|
|||||||
|
|
||||||
/*** REGISTRATION ***/
|
/*** REGISTRATION ***/
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
GTK_STYLE_PROPERTY_INHERIT = (1 << 0)
|
||||||
|
} GtkStylePropertyFlags;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gtk_css_style_property_register (const char * name,
|
gtk_css_style_property_register (const char * name,
|
||||||
guint expected_id,
|
guint expected_id,
|
||||||
|
@ -34,10 +34,6 @@ G_BEGIN_DECLS
|
|||||||
typedef struct _GtkStyleProperty GtkStyleProperty;
|
typedef struct _GtkStyleProperty GtkStyleProperty;
|
||||||
typedef struct _GtkStylePropertyClass GtkStylePropertyClass;
|
typedef struct _GtkStylePropertyClass GtkStylePropertyClass;
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
GTK_STYLE_PROPERTY_INHERIT = (1 << 0)
|
|
||||||
} GtkStylePropertyFlags;
|
|
||||||
|
|
||||||
typedef GtkCssValue * (* GtkStyleQueryFunc) (guint id,
|
typedef GtkCssValue * (* GtkStyleQueryFunc) (guint id,
|
||||||
gpointer data);
|
gpointer data);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user