summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
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
/**