summaryrefslogtreecommitdiff
path: root/modules/indic/indic-ot.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/indic/indic-ot.h')
-rw-r--r--modules/indic/indic-ot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/indic/indic-ot.h b/modules/indic/indic-ot.h
index 2e831f9a..caf229d4 100644
--- a/modules/indic/indic-ot.h
+++ b/modules/indic/indic-ot.h
@@ -12,6 +12,7 @@
#include <freetype/freetype.h>
#include <pango/pango-glyph.h>
#include <pango/pango-types.h>
+#include "mprefixups.h"
G_BEGIN_DECLS
@@ -241,7 +242,7 @@ gboolean indic_ot_has_below_base_form(const IndicOTClassTable *class_table, guni
glong indic_ot_find_syllable(const IndicOTClassTable *class_table, const gunichar *chars, glong prev, glong char_count);
-glong indic_ot_reorder(const gunichar *chars, const glong *utf8_offsets, glong char_count, const IndicOTClassTable *class_table, gunichar *out_chars, glong *char_indices, gulong *char_tags);
+glong indic_ot_reorder(const gunichar *chars, const glong *utf8_offsets, glong char_count, const IndicOTClassTable *class_table, gunichar *out_chars, glong *char_indices, gulong *char_tags, MPreFixups **outMPreFixups);
#endif /* PANGO_ENABLE_ENGINE */