From 65263651e3c8036a631270976a773f3d4497f474 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 9 Oct 2003 15:22:48 +0000 Subject: [project @ 2003-10-09 15:22:48 by bursa] Implement box_insert_sibling(). svn path=/import/netsurf/; revision=358 --- render/box.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 2a3b15633..76c9500c9 100644 --- a/render/box.h +++ b/render/box.h @@ -177,6 +177,8 @@ void xml_to_box(xmlNode *n, struct content *c); void box_dump(struct box * box, unsigned int depth); struct box * box_create(struct css_style * style, char *href, char *title); +void box_add_child(struct box * parent, struct box * child); +void box_insert_sibling(struct box *box, struct box *new_box); void box_free(struct box *box); void box_coords(struct box *box, unsigned long *x, unsigned long *y); -- cgit v1.2.3