diff options
author | Benjamin Otte <otte@redhat.com> | 2015-01-31 11:56:15 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-02-06 11:26:31 +0100 |
commit | 1116914ea03685ffbff188e48e32685a4985c2d3 (patch) | |
tree | 13ba596816f999356a705ce410e588e7dfef56c4 /gtk/gtkcssstaticstyleprivate.h | |
parent | 808bfe0a98ac4cd2e11ea4eed82a66470121c19b (diff) | |
download | gtk+-1116914ea03685ffbff188e48e32685a4985c2d3.tar.gz |
css: Move scale to GtkStyleProviderPrivatewip/mir2
This way, we can remove it as a separate argument from
gtk_css_value_compute() and allow computation to only depend on one
thing: the style provider.
Diffstat (limited to 'gtk/gtkcssstaticstyleprivate.h')
-rw-r--r-- | gtk/gtkcssstaticstyleprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkcssstaticstyleprivate.h b/gtk/gtkcssstaticstyleprivate.h index 281a6f1d74..6abc20541f 100644 --- a/gtk/gtkcssstaticstyleprivate.h +++ b/gtk/gtkcssstaticstyleprivate.h @@ -60,18 +60,15 @@ GType gtk_css_static_style_get_type (void) G_GNUC_CO GtkCssStyle * gtk_css_static_style_get_default (void); GtkCssStyle * gtk_css_static_style_new_compute (GtkStyleProviderPrivate *provider, const GtkCssMatcher *matcher, - int scale, GtkCssStyle *parent); GtkCssStyle * gtk_css_static_style_new_update (GtkCssStaticStyle *style, const GtkBitmask *parent_changes, GtkStyleProviderPrivate *provider, const GtkCssMatcher *matcher, - int scale, GtkCssStyle *parent); void gtk_css_static_style_compute_value (GtkCssStaticStyle *style, GtkStyleProviderPrivate*provider, - int scale, GtkCssStyle *parent_style, guint id, GtkCssValue *specified, |