summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/render/html.h b/render/html.h
index 97899f136..de9e29430 100644
--- a/render/html.h
+++ b/render/html.h
@@ -61,7 +61,10 @@ struct html_stylesheet {
struct dom_node *node; /**< dom node associated with sheet */
union {
struct hlcache_handle *external;
- struct content_css_data *internal;
+ struct {
+ struct content_css_data *data;
+ bool done;
+ } internal;
} data; /**< Sheet data */
};