summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2002-09-19 19:54:43 +0000
committerJames Bursa <james@netsurf-browser.org>2002-09-19 19:54:43 +0000
commitf0fc6ca473ee9532c7a4ce9493ee304de1c6d474 (patch)
tree544bc3f2435c292e82dd86b23c3f0c07771b4cf2 /render/box.h
parent263d627daab2a3ff92ae5b50e5ea0b90a03ef36c (diff)
downloadnetsurf-f0fc6ca473ee9532c7a4ce9493ee304de1c6d474.tar.gz
netsurf-f0fc6ca473ee9532c7a4ce9493ee304de1c6d474.tar.bz2
[project @ 2002-09-19 19:54:43 by bursa]
Percentage column widths, optimisations. svn path=/import/netsurf/; revision=38
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 30a281a31..5165945b5 100644
--- a/render/box.h
+++ b/render/box.h
@@ -1,5 +1,5 @@
/**
- * $Id: box.h,v 1.9 2002/09/18 19:36:28 bursa Exp $
+ * $Id: box.h,v 1.10 2002/09/19 19:54:43 bursa Exp $
*/
#ifndef _NETSURF_RENDER_BOX_H_
@@ -45,6 +45,7 @@ struct box {
struct column *col;
};
+#define UNKNOWN_WIDTH ULONG_MAX
#define UNKNOWN_MAX_WIDTH ULONG_MAX
/**