From 2253e38be8cbcf4243e43fc0d317cfda08bffeb2 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 5 Apr 2003 21:38:06 +0000 Subject: [project @ 2003-04-05 21:38:06 by bursa] External stylesheets. svn path=/import/netsurf/; revision=115 --- content/content.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 06210b790..b0711488d 100644 --- a/content/content.h +++ b/content/content.h @@ -1,5 +1,5 @@ /** - * $Id: content.h,v 1.3 2003/04/04 15:19:31 bursa Exp $ + * $Id: content.h,v 1.4 2003/04/05 21:38:06 bursa Exp $ */ #ifndef _NETSURF_DESKTOP_CONTENT_H_ @@ -54,6 +54,9 @@ struct content xmlDoc* document; xmlNode* markup; struct box* layout; + unsigned int stylesheet_count; + char **stylesheet_url; + struct content **stylesheet_content; struct css_stylesheet* stylesheet; struct css_style* style; struct { -- cgit v1.2.3