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 --- render/box.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 4477d24c1..21e80a096 100644 --- a/render/box.h +++ b/render/box.h @@ -1,5 +1,5 @@ /** - * $Id: box.h,v 1.21 2003/04/04 15:19:31 bursa Exp $ + * $Id: box.h,v 1.22 2003/04/05 21:38:06 bursa Exp $ */ #ifndef _NETSURF_RENDER_BOX_H_ @@ -133,7 +133,8 @@ struct page_elements * interface */ -void xml_to_box(xmlNode * n, struct css_style * parent_style, struct css_stylesheet * stylesheet, +void xml_to_box(xmlNode * n, struct css_style * parent_style, + struct content ** stylesheet, unsigned int stylesheet_count, struct css_selector ** selector, unsigned int depth, struct box * parent, struct box * inline_container, char *href, struct font_set *fonts, -- cgit v1.2.3