From 9fa8f4037af0f35e690fda48c16f9896c058a029 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 7 Sep 2003 21:08:13 +0000 Subject: [project @ 2003-09-07 21:08:13 by bursa] Document cache and content, split struct content up. svn path=/import/netsurf/; revision=270 --- css/css.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'css') 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; -- cgit v1.2.3