aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-25 21:03:27 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-25 21:03:27 +0100
commita779b9a9095cfceaa4a0a8da5b4faaaa98287078 (patch)
tree5cc65c14e82c22e78836f91c4cd34179c04892f1 /libstorycode/stylesheet.h
parent0a146090aa9dc02f5568e9c314e11ab69b40d225 (diff)
Parse gradients
Diffstat (limited to 'libstorycode/stylesheet.h')
-rw-r--r--libstorycode/stylesheet.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstorycode/stylesheet.h b/libstorycode/stylesheet.h
index dd2b470..b4d3f00 100644
--- a/libstorycode/stylesheet.h
+++ b/libstorycode/stylesheet.h
@@ -60,9 +60,18 @@ struct frame_geom
};
+enum gradient
+{
+ GRAD_NONE,
+ GRAD_HORIZ,
+ GRAD_VERT
+};
+
+
enum style_element
{
STYEL_NARRATIVE,
+ STYEL_SLIDE,
STYEL_SLIDE_TEXT,
STYEL_SLIDE_PRESTITLE,
STYEL_SLIDE_SLIDETITLE,