css: Move computing of initial and inherit values

... to the compute vfunc. Simplifies code quite a bit. But makes the
code no longer a simple step-by-step implementation of the spec.
This commit is contained in:
Benjamin Otte
2012-07-17 14:01:52 +02:00
parent 6dc3113edc
commit 9e7e65ca6e
5 changed files with 24 additions and 81 deletions

View File

@ -26,8 +26,6 @@ G_BEGIN_DECLS
GtkCssValue * _gtk_css_initial_value_new (void);
gboolean _gtk_css_value_is_initial (const GtkCssValue *value);
G_END_DECLS
#endif /* __GTK_CSS_INITIAL_VALUE_PRIVATE_H__ */