From 9838246d69a3d48a8d0d286ecbfcd1faa199ae91 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 29 Jan 2011 14:45:05 +0000 Subject: Provide hook for system colour name -> RGB conversion svn path=/trunk/libcss/; revision=11522 --- src/stylesheet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stylesheet.h') 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 */ -- cgit v1.2.3