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 0a859f2..4cb890e 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -170,6 +170,9 @@ struct css_stylesheet {
lwc_context *dictionary; /**< String dictionary */
+ bool quirks_allowed; /**< Quirks permitted */
+ bool quirks_used; /**< Quirks actually used */
+
css_allocator_fn alloc; /**< Allocation function */
void *pw; /**< Private word */
};