about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/SGML.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/SGML.h')
-rw-r--r--WWW/Library/Implementation/SGML.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/SGML.h b/WWW/Library/Implementation/SGML.h
index 9ae3ae36..1a1334ba 100644
--- a/WWW/Library/Implementation/SGML.h
+++ b/WWW/Library/Implementation/SGML.h
@@ -19,6 +19,7 @@
 
 #include <HTStream.h>
 #include <HTAnchor.h>
+#include <LYJustify.h>
 
 /*
 
@@ -113,6 +114,9 @@ struct _tag{
 #ifdef USE_COLOR_STYLE
     int		name_len;		/* The length of the name */
 #endif
+#ifdef EXP_JUSTIFY_ELTS
+    BOOL	can_justify;		/* justification allowed?*/
+#endif
     attr *	attributes;		/* The list of acceptable attributes */
     int		number_of_attributes;	/* Number of possible attributes */
     SGMLContent contents;		/* End only on end tag @@ */
01:53:43 -0500 committer Thomas E. Dickey <dickey@invisible-island.net> 2001-01-02 01:53:43 -0500 snapshot of project "lynx", label v2-8-4dev_16' href='/ingrix/lynx-snapshots/commit/docs/README.ssl?id=d31fb3c41be5d6e079d415087eda3c03cc34bcdb'>d31fb3c4 ^
264781cf ^































d31fb3c4 ^











1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69