aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/render_cairo_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/render_cairo_common.h')
-rw-r--r--libstorycode/render_cairo_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/render_cairo_common.h b/libstorycode/render_cairo_common.h
index 69272ef..5a415a6 100644
--- a/libstorycode/render_cairo_common.h
+++ b/libstorycode/render_cairo_common.h
@@ -32,5 +32,6 @@
#include "storycode.h"
extern int runs_to_pangolayout(PangoLayout *layout, struct text_run *runs, int n_runs);
+extern PangoAlignment to_pangoalignment(enum alignment align);
#endif /* RENDER_CAIRO_COMMON_H */