cssstyle: Rename GtkCssComputedValues => GtkCssStyle
This is literally just renaming of the object (and the associated source files). No other changes are in there.
This commit is contained in:
@ -104,7 +104,7 @@ gtk_css_animation_get_progress_from_iteration (GtkCssAnimation *animation,
|
||||
static void
|
||||
gtk_css_animation_set_values (GtkStyleAnimation *style_animation,
|
||||
gint64 for_time_us,
|
||||
GtkCssComputedValues *values)
|
||||
GtkCssStyle *values)
|
||||
{
|
||||
GtkCssAnimation *animation = GTK_CSS_ANIMATION (style_animation);
|
||||
double iteration, progress;
|
||||
@ -128,8 +128,8 @@ gtk_css_animation_set_values (GtkStyleAnimation *style_animation,
|
||||
value = _gtk_css_keyframes_get_value (animation->keyframes,
|
||||
i,
|
||||
progress,
|
||||
_gtk_css_computed_values_get_intrinsic_value (values, property_id));
|
||||
_gtk_css_computed_values_set_animated_value (values, property_id, value);
|
||||
gtk_css_style_get_intrinsic_value (values, property_id));
|
||||
gtk_css_style_set_animated_value (values, property_id, value);
|
||||
_gtk_css_value_unref (value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user