From 682eba9a562a20fc7f4190a6417aad112b841e8a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 24 Mar 2012 18:47:51 +0000 Subject: Port box construction to libdom svn path=/trunk/netsurf/; revision=13608 --- render/box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 285dfddd2..b0c7d2ed7 100644 --- a/render/box.h +++ b/render/box.h @@ -337,7 +337,7 @@ bool box_handle_scrollbars(struct content *c, struct box *box, bool box_vscrollbar_present(const struct box *box); bool box_hscrollbar_present(const struct box *box); -bool xml_to_box(xmlNode *n, struct html_content *c, +bool xml_to_box(dom_node *n, struct html_content *c, box_construct_complete_cb cb); bool box_normalise_block(struct box *block, struct html_content *c); -- cgit v1.2.3