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/box.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index cdde9b0e8..9140fd9ed 100644 --- a/render/box.h +++ b/render/box.h @@ -1,5 +1,5 @@ /** - * $Id: box.h,v 1.1 2002/05/04 19:57:18 bursa Exp $ + * $Id: box.h,v 1.2 2002/05/27 23:21:11 bursa Exp $ */ /** @@ -18,6 +18,8 @@ struct box { struct box * children; struct box * last; struct box * parent; + struct box * float_children; + struct box * next_float; font_id font; }; -- cgit v1.2.3