cssvalue: Implement dependency tracking for gradients

This commit is contained in:
Benjamin Otte
2012-08-27 18:39:46 +02:00
parent 3cf6db8b1a
commit 3a65fbfc13
3 changed files with 28 additions and 8 deletions

View File

@ -33,6 +33,11 @@ void _gtk_style_properties_set_property_by_property (GtkStylePropertie
GtkStateFlags state,
GtkCssValue *value);
cairo_pattern_t *
_gtk_gradient_resolve_full (GtkGradient *gradient,
GtkStyleContext *context,
GtkCssDependencies *dependencies);
G_END_DECLS
#endif /* __GTK_STYLE_PROPERTIES_PRIVATE_H__ */