summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2002-12-27 17:28:19 +0000
committerJames Bursa <james@netsurf-browser.org>2002-12-27 17:28:19 +0000
commitc3a910193ff564f49bc5bb7353e0a27a39f2f728 (patch)
tree3e6c750848b13783599aaf3013876fe64f0e2738 /render/box.h
parent8f5c1d0e6e5c0d57d27bd0b2aa953386df9df1f2 (diff)
downloadnetsurf-c3a910193ff564f49bc5bb7353e0a27a39f2f728.tar.gz
netsurf-c3a910193ff564f49bc5bb7353e0a27a39f2f728.tar.bz2
[project @ 2002-12-27 17:28:19 by bursa]
Improved word space handling svn path=/import/netsurf/; revision=60
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 3df758a60..ad5290d34 100644
--- a/render/box.h
+++ b/render/box.h
@@ -1,5 +1,5 @@
/**
- * $Id: box.h,v 1.11 2002/09/26 21:38:33 bursa Exp $
+ * $Id: box.h,v 1.12 2002/12/27 17:28:19 bursa Exp $
*/
#ifndef _NETSURF_RENDER_BOX_H_
@@ -34,6 +34,7 @@ struct box {
unsigned long x, y, width, height;
unsigned long min_width, max_width;
const char * text;
+ int space; /* 1 <=> followed by a space */
const char * href;
unsigned int length;
unsigned int columns;