aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-25 21:54:40 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-25 22:16:19 +0100
commit52d08227913e4cbbc593ed2ccb066ee29e4e33c9 (patch)
tree68d758a390c7555b229cf704339b5b6163a2b835 /libstorycode/stylesheet.h
parentb9c16eb6d903ab809b340d404139dcaa1872ea9c (diff)
Use text alignment
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