cssvalue: Pass property ID to transition function

This is to allow animating arrays properly. I'm not really thrilled
about this solution (we leak propertys into the values again...), but
it's the best I can come up with - I prefer it to having N different
array types...
This commit is contained in:
Benjamin Otte
2012-08-30 15:51:29 +02:00
parent fd7668bfb5
commit e3fc081c5d
22 changed files with 40 additions and 17 deletions

View File

@ -95,6 +95,7 @@ gtk_css_value_array_equal (const GtkCssValue *value1,
static GtkCssValue *
gtk_css_value_array_transition (GtkCssValue *start,
GtkCssValue *end,
guint property_id,
double progress)
{
return NULL;