summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-26 19:49:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-26 19:49:46 +0000
commita57c4f03cc819c7eb2d5727157870e2aee947537 (patch)
tree695971debf488502b7c42b44b967edfcfe58a776 /src/stylesheet.h
parent816cf1eb0eb52256b46cf3dad15aeb1a650ee531 (diff)
downloadlibcss-a57c4f03cc819c7eb2d5727157870e2aee947537.tar.gz
libcss-a57c4f03cc819c7eb2d5727157870e2aee947537.tar.bz2
Support for parsing inline styles
svn path=/trunk/libcss/; revision=8024
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 */
};