mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +00:00
css: Move enum to the only source file using it
This commit is contained in:
parent
e597f4d6a9
commit
9e4341f730
@ -57,6 +57,10 @@
|
||||
|
||||
/*** REGISTRATION ***/
|
||||
|
||||
typedef enum {
|
||||
GTK_STYLE_PROPERTY_INHERIT = (1 << 0)
|
||||
} GtkStylePropertyFlags;
|
||||
|
||||
static void
|
||||
gtk_css_style_property_register (const char * name,
|
||||
guint expected_id,
|
||||
|
@ -34,10 +34,6 @@ G_BEGIN_DECLS
|
||||
typedef struct _GtkStyleProperty GtkStyleProperty;
|
||||
typedef struct _GtkStylePropertyClass GtkStylePropertyClass;
|
||||
|
||||
typedef enum {
|
||||
GTK_STYLE_PROPERTY_INHERIT = (1 << 0)
|
||||
} GtkStylePropertyFlags;
|
||||
|
||||
typedef GtkCssValue * (* GtkStyleQueryFunc) (guint id,
|
||||
gpointer data);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user