summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstaticstyleprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-02-04 18:20:33 +0100
committerBenjamin Otte <otte@redhat.com>2015-02-04 18:36:10 +0100
commit72814193419bca29d9883dbe93de0ec788c66541 (patch)
tree114e22308f93a66c37479753de18033a111badac /gtk/gtkcssstaticstyleprivate.h
parent3e81653bd320b9d5c760c2731a225f546f353c7a (diff)
downloadgtk+-72814193419bca29d9883dbe93de0ec788c66541.tar.gz
css: Having a static style per screen isn't useful
Just have one static style for everything.
Diffstat (limited to 'gtk/gtkcssstaticstyleprivate.h')
-rw-r--r--gtk/gtkcssstaticstyleprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssstaticstyleprivate.h b/gtk/gtkcssstaticstyleprivate.h
index 04b68d7b9f..281a6f1d74 100644
--- a/gtk/gtkcssstaticstyleprivate.h
+++ b/gtk/gtkcssstaticstyleprivate.h
@@ -57,7 +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_get_default (void);
GtkCssStyle * gtk_css_static_style_new_compute (GtkStyleProviderPrivate *provider,
const GtkCssMatcher *matcher,
int scale,