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:
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user