summaryrefslogtreecommitdiff
path: root/buttress.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2001-12-04 19:17:48 +0000
committerSimon Tatham <anakin@pobox.com>2001-12-04 19:17:48 +0000
commit69d90cdcfde25f6fb52871f0fea9c7b3010c9134 (patch)
tree349db8d85357efd74a662630da45a017171b51a3 /buttress.h
parent60414ef2f6d47fdc31728f0a3891674c22735556 (diff)
downloadhalibut-69d90cdcfde25f6fb52871f0fea9c7b3010c9134.zip
halibut-69d90cdcfde25f6fb52871f0fea9c7b3010c9134.tar.gz
halibut-69d90cdcfde25f6fb52871f0fea9c7b3010c9134.tar.bz2
halibut-69d90cdcfde25f6fb52871f0fea9c7b3010c9134.tar.xz
Most of a Windows Help back end now appears to work. Missing are
hierarchical topic navigation (menus at the bottom of non-leaf topics, and the Up button) and index support; also I want to give users the ability to specify context IDs for particular topics. Oh, and I haven't found a plausible way to express a horizontal rule in either .RTF or .HLP format. But everything else appears to be there. [originally from svn r1447]
Diffstat (limited to 'buttress.h')
-rw-r--r--buttress.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/buttress.h b/buttress.h
index e9cff87..a233bdb 100644
--- a/buttress.h
+++ b/buttress.h
@@ -82,6 +82,8 @@ struct paragraph_Tag {
word *kwtext; /* chapter/section indication */
word *kwtext2; /* numeric-only form of kwtext */
filepos fpos;
+
+ void *private_data; /* for temp use in backends */
};
enum {
para_IM, /* index merge */