From 94ff706d99220d915be8cedcda6b93ead998f5b8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 1 Jul 2009 10:35:37 +0000 Subject: Make all URIs absolute svn path=/trunk/libcss/; revision=8228 --- 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 f3b2079..4ac560c 100644 --- a/src/stylesheet.h +++ b/src/stylesheet.h @@ -175,6 +175,9 @@ struct css_stylesheet { bool inline_style; /**< Is an inline style */ + css_url_resolution_fn resolve; /**< URL resolution function */ + void *resolve_pw; /**< Private word */ + css_allocator_fn alloc; /**< Allocation function */ void *pw; /**< Private word */ }; -- cgit v1.2.3