--- ./gtk-xmhtml/XmHTMLP.h.jp3	Thu Jun  3 08:01:17 1999
+++ ./gtk-xmhtml/XmHTMLP.h	Sun Oct 29 18:32:21 2000
@@ -301,6 +301,8 @@
 #define TEXT_IMAGE				(1<<5)	/* indicates an image member	*/
 #define TEXT_FORM				(1<<6)	/* indicates a form member		*/
 #define TEXT_BREAK				(1<<7)	/* indicates a linebreak		*/
+#define TEXT_SPACE_LEAD_ZEROWIDTH	(1<<8)	/* no spacing, but can break before the word	*/
+#define TEXT_SPACE_TRAIL_ZEROWIDTH	(1<<9)	/* no spacing, but can break after the word	*/
 
 /***** 
 * HTML list marker enumeration type 
@@ -527,7 +529,7 @@
 	int 				len;		/* string length of word				*/
 	XmHTMLfont	 		*font;		/* font to use							*/
 	Byte 				line_data;	/* line data (underline/strikeout)		*/
-	Byte				spacing;	/* leading/trailing/nospace allowed		*/
+	int				spacing;	/* leading/trailing/nospace allowed		*/
 	AllEvents			*events;	/* events to be served					*/
 	struct _XmHTMLImage *image;		/* when this is an image				*/
 	struct _XmHTMLForm	*form;		/* when this is a form element			*/
