From ce0d001eb13221644242270985975e967a32b297 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 27 May 2002 23:21:11 +0000 Subject: [project @ 2002-05-27 23:21:11 by bursa] Simple left float implementation. svn path=/import/netsurf/; revision=19 --- render/layout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/layout.h') diff --git a/render/layout.h b/render/layout.h index e2879a957..a580a94f9 100644 --- a/render/layout.h +++ b/render/layout.h @@ -1,10 +1,10 @@ /** - * $Id: layout.h,v 1.1 2002/05/04 19:57:18 bursa Exp $ + * $Id: layout.h,v 1.2 2002/05/27 23:21:11 bursa Exp $ */ /** * interface */ -void layout_block(struct box * box, unsigned long width); +void layout_document(struct box * box, unsigned long width); -- cgit v1.2.3