From 52d08227913e4cbbc593ed2ccb066ee29e4e33c9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 25 Feb 2019 21:54:40 +0100 Subject: Use text alignment --- libstorycode/stylesheet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libstorycode/stylesheet.h') 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 -- cgit v1.2.3