diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-14 20:37:45 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:48:06 -0400 |
commit | 1882fbe7a1a2f05c9939b40c7c07be83aea77698 (patch) | |
tree | a21278b0aa4d0b0c876d545faa4ef13d18c684d3 /specs | |
parent | 46505ebf1bb23b05364ee6da4fda48ea03221f58 (diff) |
use lineannotation tag
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs')
-rw-r--r-- | specs/CH04.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/specs/CH04.xml b/specs/CH04.xml index 77aca22..4c3f140 100644 --- a/specs/CH04.xml +++ b/specs/CH04.xml @@ -202,11 +202,11 @@ typedef struct _ShellClassRec { </programlisting> <programlisting> -typedef struct { - XtPointer next_extension; See <xref linkend='Class_Extension_Records' /> - XrmQuark record_type; See <xref linkend='Class_Extension_Records' /> - long version; See <xref linkend='Class_Extension_Records' /> - Cardinal record_size; See <xref linkend='Class_Extension_Records' /> +typedef struct { <lineannotation>See <xref linkend='Class_Extension_Records' /></lineannotation> + XtPointer next_extension; + XrmQuark record_type; + long version; + Cardinal record_size; XtGeometryHandler root_geometry_manager; See below } ShellClassExtensionRec, *ShellClassExtension; </programlisting> |