aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/stylesheet.h')
-rw-r--r--libstorycode/stylesheet.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libstorycode/stylesheet.h b/libstorycode/stylesheet.h
index e905295..811b901 100644
--- a/libstorycode/stylesheet.h
+++ b/libstorycode/stylesheet.h
@@ -72,6 +72,8 @@ enum gradient
enum style_element
{
STYEL_NARRATIVE,
+ STYEL_NARRATIVE_PRESTITLE,
+ STYEL_NARRATIVE_BP,
STYEL_SLIDE,
STYEL_SLIDE_TEXT,
STYEL_SLIDE_PRESTITLE,
@@ -100,6 +102,8 @@ extern int stylesheet_get_background(Stylesheet *s, enum style_element el,
enum gradient *grad, double *bgcol, double *bgcol2);
extern int stylesheet_get_padding(Stylesheet *s, enum style_element el,
struct length padding[4]);
+extern int stylesheet_get_paraspace(Stylesheet *s, enum style_element el,
+ struct length paraspace[4]);
#endif /* STYLESHEET_H */