diff options
author | Benjamin Otte <otte@redhat.com> | 2014-10-22 23:41:50 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-01-07 14:26:46 +0100 |
commit | 572f46067f44da99e9ee0ea3210e1c0fac148928 (patch) | |
tree | b6ce55172ca2708e60b3ef98ad357ff2c6ac42a0 /gtk/gtkcsslookupprivate.h | |
parent | f51419adb0034ad784d013db4e57bbdbc7b80153 (diff) | |
download | gtk+-572f46067f44da99e9ee0ea3210e1c0fac148928.tar.gz |
cssstyle: Rename GtkCssComputedValues => GtkCssStyle
This is literally just renaming of the object (and the associated source
files). No other changes are in there.
Diffstat (limited to 'gtk/gtkcsslookupprivate.h')
-rw-r--r-- | gtk/gtkcsslookupprivate.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <glib-object.h> #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) |