From c3a910193ff564f49bc5bb7353e0a27a39f2f728 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 27 Dec 2002 17:28:19 +0000 Subject: [project @ 2002-12-27 17:28:19 by bursa] Improved word space handling svn path=/import/netsurf/; revision=60 --- 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 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; -- cgit v1.2.3