summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 4ac560c..80b58b0 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -175,6 +175,8 @@ struct css_stylesheet {
bool inline_style; /**< Is an inline style */
+ size_t size; /**< Size, in bytes */
+
css_url_resolution_fn resolve; /**< URL resolution function */
void *resolve_pw; /**< Private word */