summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstaticstyleprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-01-05 16:13:18 +0100
committerBenjamin Otte <otte@redhat.com>2015-01-07 14:26:48 +0100
commit27285f1f0fb00bb4507a8bf3e426bef940ae41af (patch)
tree1e1448f0d7c1135ee9360cac9ed539a8441ef452 /gtk/gtkcssstaticstyleprivate.h
parentef9aa8b0aea3c0ef02727a1ed0643ffd4f77e347 (diff)
downloadgtk+-27285f1f0fb00bb4507a8bf3e426bef940ae41af.tar.gz
cssstyle: Have a default style
This way we can initialize the default style info with a style and ddon't need to special case NULL everywhere.
Diffstat (limited to 'gtk/gtkcssstaticstyleprivate.h')
-rw-r--r--gtk/gtkcssstaticstyleprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcssstaticstyleprivate.h b/gtk/gtkcssstaticstyleprivate.h
index e7b32d11b4..04b68d7b9f 100644
--- a/gtk/gtkcssstaticstyleprivate.h
+++ b/gtk/gtkcssstaticstyleprivate.h
@@ -57,6 +57,7 @@ struct _GtkCssStaticStyleClass
GType gtk_css_static_style_get_type (void) G_GNUC_CONST;
+GtkCssStyle * gtk_css_static_style_get_default (GdkScreen *screen);
GtkCssStyle * gtk_css_static_style_new_compute (GtkStyleProviderPrivate *provider,
const GtkCssMatcher *matcher,
int scale,