From e71691bae890040b83cfd54a2d9a1097d5026866 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 May 2011 20:40:09 +0000 Subject: Merge branches/jmb/content-factory to trunk svn path=/trunk/netsurf/; revision=12283 --- render/layout.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'render/layout.h') diff --git a/render/layout.h b/render/layout.h index 30d9757f6..f4117e286 100644 --- a/render/layout.h +++ b/render/layout.h @@ -28,10 +28,11 @@ #define _NETSURF_RENDER_LAYOUT_H_ struct box; +struct html_content; -bool layout_document(struct content *content, int width, int height); +bool layout_document(struct html_content *content, int width, int height); bool layout_inline_container(struct box *box, int width, - struct box *cont, int cx, int cy, struct content *content); + struct box *cont, int cx, int cy, struct html_content *content); void layout_calculate_descendant_bboxes(struct box *box); void layout_minmax_table(struct box *table, const struct font_functions *font_func); -- cgit v1.2.3