From ce7db348639c02023ad507d81d7c102b8878a0f2 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 2 Jan 2003 13:26:43 +0000 Subject: [project @ 2003-01-02 13:26:43 by bursa] Whitespace and box tree normalisation changes. svn path=/import/netsurf/; revision=81 --- render/box.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index eb6589118..38e377fc6 100644 --- a/render/box.h +++ b/render/box.h @@ -1,5 +1,5 @@ /** - * $Id: box.h,v 1.15 2002/12/30 22:56:30 monkeyson Exp $ + * $Id: box.h,v 1.16 2003/01/02 13:26:43 bursa Exp $ */ #ifndef _NETSURF_RENDER_BOX_H_ @@ -93,6 +93,7 @@ struct box { unsigned int length; unsigned int columns; struct box * next; + struct box * prev; struct box * children; struct box * last; struct box * parent; -- cgit v1.2.3