diff options
author | Thomas White <taw@bitwiz.me.uk> | 2019-03-01 23:28:27 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2019-03-01 23:28:27 +0100 |
commit | f2bfe89481217625f74224289947f7bcd839c55f (patch) | |
tree | 3765c509ea18462d4beef835db6f48ce38adb5d2 /libstorycode/narrative_render_cairo.h | |
parent | 6cfd53611912442ba7f89fc5cbdb9f8c8a90c85b (diff) |
Debug narrative rendering machinery
Diffstat (limited to 'libstorycode/narrative_render_cairo.h')
-rw-r--r-- | libstorycode/narrative_render_cairo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libstorycode/narrative_render_cairo.h b/libstorycode/narrative_render_cairo.h index 1f16aae..ebabb4d 100644 --- a/libstorycode/narrative_render_cairo.h +++ b/libstorycode/narrative_render_cairo.h @@ -37,7 +37,6 @@ extern int narrative_wrap(Narrative *n, Stylesheet *stylesheet, extern double narrative_get_height(Narrative *n); extern int narrative_render_cairo(Narrative *n, cairo_t *cr, - Stylesheet *stylesheet, PangoLanguage *lang, - PangoContext *pc); + Stylesheet *stylesheet); #endif /* NARRATIVE_RENDER_CAIRO_H */ |