summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-10 16:20:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-10 16:20:22 +0000
commit2793c65b8cb0a40a1c755e54be5203e5bd1c8e96 (patch)
tree1702c5dd35092ed14c7be4c4982a7450dbcf9bc8 /html.h
parent0be12c72e2c3f5d55746f1f8b222ec058a0fa10b (diff)
downloadmandoc-2793c65b8cb0a40a1c755e54be5203e5bd1c8e96.tar.gz
(Forgot to update html.h with metafonts. Build will puke on check-out.)
Diffstat (limited to 'html.h')
-rw-r--r--html.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/html.h b/html.h
index 8a85bdb1..2e77f7f1 100644
--- a/html.h
+++ b/html.h
@@ -112,6 +112,10 @@ struct html {
char *style;
char buf[BUFSIZ];
size_t buflen;
+ int metafont;
+#define METAF_BOLD (1 << 0)
+#define METAF_UNDER (1 << 1)
+ int metamask;
};
struct roffsu;