summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 827d8d6..6296f9a 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -177,6 +177,9 @@ struct css_stylesheet {
css_url_resolution_fn resolve; /**< URL resolution function */
void *resolve_pw; /**< Private word */
+ css_color_resolution_fn color; /**< Colour resolution function */
+ void *color_pw; /**< Private word */
+
css_allocator_fn alloc; /**< Allocation function */
void *pw; /**< Private word */