From a21d245091e7f7d6ae6a9e08dc107b9dd495e4fb Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 18 Aug 2002 16:46:45 +0000 Subject: [project @ 2002-08-18 16:46:45 by bursa] Big changes to xml_to_box(), table row groups. svn path=/import/netsurf/; revision=31 --- 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 ed4000d86..50b2538fa 100644 --- a/render/box.h +++ b/render/box.h @@ -1,5 +1,5 @@ /** - * $Id: box.h,v 1.6 2002/08/11 23:01:02 bursa Exp $ + * $Id: box.h,v 1.7 2002/08/18 16:46:45 bursa Exp $ */ #ifndef _NETSURF_RENDER_BOX_H_ @@ -15,6 +15,7 @@ typedef enum { BOX_BLOCK, BOX_INLINE_CONTAINER, BOX_INLINE, BOX_TABLE, BOX_TABLE_ROW, BOX_TABLE_CELL, + BOX_TABLE_ROW_GROUP, BOX_FLOAT_LEFT, BOX_FLOAT_RIGHT } box_type; @@ -39,7 +40,7 @@ struct box { * interface */ -struct box * 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 css_stylesheet * stylesheet, struct css_selector ** selector, unsigned int depth, struct box * parent, struct box * inline_container, const char *href); -- cgit v1.2.3