summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/html.h b/render/html.h
index 38b65b950..3bc71d834 100644
--- a/render/html.h
+++ b/render/html.h
@@ -69,6 +69,8 @@ struct content_html_data {
/** Stylesheets. Each may be 0. */
struct content **stylesheet_content;
struct css_style *style; /**< Base style. */
+ /** Working stylesheet. */
+ struct css_working_stylesheet *working_stylesheet;
/** Number of entries in object. */
unsigned int object_count;