summaryrefslogtreecommitdiff
path: root/css/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.h')
-rw-r--r--css/css.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/css.h b/css/css.h
index 08464c1e3..f3405a407 100644
--- a/css/css.h
+++ b/css/css.h
@@ -86,6 +86,13 @@ struct css_selector {
char *id;
};
+struct content_css_data {
+ struct css_stylesheet *css;
+ unsigned int import_count;
+ char **import_url;
+ struct content **import_content;
+};
+
extern const struct css_style css_base_style;
extern const struct css_style css_empty_style;