aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/stylesheet.h')
-rw-r--r--libstorycode/stylesheet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/stylesheet.h b/libstorycode/stylesheet.h
index f192e8f..c5e385e 100644
--- a/libstorycode/stylesheet.h
+++ b/libstorycode/stylesheet.h
@@ -31,6 +31,7 @@ typedef struct _stylesheet Stylesheet;
enum alignment
{
+ ALIGN_INHERIT, /* use whatever the stylesheet says */
ALIGN_LEFT,
ALIGN_RIGHT,
ALIGN_CENTER