aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_render_cairo.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-03-04 23:46:47 +0100
committerThomas White <taw@bitwiz.me.uk>2019-03-04 23:46:47 +0100
commit915fcacee4c49f017ab2599b4307198ca3f713d3 (patch)
treeed4c7a8f8aec7327934f86d9f3100f982ee1d624 /libstorycode/narrative_render_cairo.h
parent373d5183849c2855345ea45c964479086d67a7d2 (diff)
Thumbnail slide rendering in narrative
Diffstat (limited to 'libstorycode/narrative_render_cairo.h')
-rw-r--r--libstorycode/narrative_render_cairo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstorycode/narrative_render_cairo.h b/libstorycode/narrative_render_cairo.h
index ebabb4d..835c5a9 100644
--- a/libstorycode/narrative_render_cairo.h
+++ b/libstorycode/narrative_render_cairo.h
@@ -32,7 +32,8 @@
extern int narrative_wrap(Narrative *n, Stylesheet *stylesheet,
- PangoLanguage *lang, PangoContext *pc, double w);
+ PangoLanguage *lang, PangoContext *pc, double w,
+ ImageStore *is);
extern double narrative_get_height(Narrative *n);