aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.h
diff options
context:
space:
mode:
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,