aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/render_cairo_common.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-10-10 17:38:23 +0200
committerThomas White <taw@bitwiz.me.uk>2019-10-10 17:38:23 +0200
commit23c8103b45433c0bef316c84acbc74db4dcb5621 (patch)
tree6eaa453f85a00945546ddb9a62a0d25d81ac4c0d /libstorycode/render_cairo_common.h
parent428a3329d1b86c9daa15fa72b2fbbd54859579ca (diff)
Make symbol names unique across all files
Enables Meson unity builds, helps ctags work, and reduces space for bugs
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 */