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 1fab87e..f3b2079 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -173,6 +173,8 @@ struct css_stylesheet {
bool quirks_allowed; /**< Quirks permitted */
bool quirks_used; /**< Quirks actually used */
+ bool inline_style; /**< Is an inline style */
+
css_allocator_fn alloc; /**< Allocation function */
void *pw; /**< Private word */
};