summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-01-02 13:26:43 +0000
committerJames Bursa <james@netsurf-browser.org>2003-01-02 13:26:43 +0000
commitce7db348639c02023ad507d81d7c102b8878a0f2 (patch)
tree1cc70e0555dcde040cca31f6f637b01e9cde1cd5 /render/box.h
parent5d3da99a70962634af5e6e23d65f8bd868a5b656 (diff)
downloadnetsurf-ce7db348639c02023ad507d81d7c102b8878a0f2.tar.gz
netsurf-ce7db348639c02023ad507d81d7c102b8878a0f2.tar.bz2
[project @ 2003-01-02 13:26:43 by bursa]
Whitespace and box tree normalisation changes. svn path=/import/netsurf/; revision=81
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h3
1 files changed, 2 insertions, 1 deletions
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;