From 9628b9102c5da9d9435af915778ec8b7804505d4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 12 Apr 2004 00:00:47 +0000 Subject: [project @ 2004-04-12 00:00:47 by bursa] Rewrite block context layout, implementing collapsing and negative margins and margins for tables. svn path=/import/netsurf/; revision=754 --- render/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/layout.h') diff --git a/render/layout.h b/render/layout.h index ec52d745d..fc2e2744a 100644 --- a/render/layout.h +++ b/render/layout.h @@ -17,6 +17,6 @@ #define _NETSURF_RENDER_LAYOUT_H_ void layout_document(struct box *box, int width); -void layout_block(struct box *box, struct box *cont, int cx, int cy); +void layout_block_context(struct box *block); #endif -- cgit v1.2.3