From 572f46067f44da99e9ee0ea3210e1c0fac148928 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 22 Oct 2014 23:41:50 +0200 Subject: cssstyle: Rename GtkCssComputedValues => GtkCssStyle This is literally just renaming of the object (and the associated source files). No other changes are in there. --- gtk/gtkcsslookupprivate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/gtkcsslookupprivate.h') diff --git a/gtk/gtkcsslookupprivate.h b/gtk/gtkcsslookupprivate.h index 5b257c577a..897fe9e39a 100644 --- a/gtk/gtkcsslookupprivate.h +++ b/gtk/gtkcsslookupprivate.h @@ -20,7 +20,7 @@ #include #include "gtk/gtkbitmaskprivate.h" -#include "gtk/gtkcsscomputedvaluesprivate.h" +#include "gtk/gtkcssstyleprivate.h" #include "gtk/gtkcsssection.h" @@ -51,8 +51,8 @@ void _gtk_css_lookup_set (GtkCssLookup void _gtk_css_lookup_resolve (GtkCssLookup *lookup, GtkStyleProviderPrivate *provider, int scale, - GtkCssComputedValues *values, - GtkCssComputedValues *parent_values); + GtkCssStyle *values, + GtkCssStyle *parent_values); static inline const GtkBitmask * _gtk_css_lookup_get_missing (const GtkCssLookup *lookup) -- cgit v1.2.1