summaryrefslogtreecommitdiff
path: root/modules/thai/thai-x.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/thai/thai-x.c')
-rw-r--r--modules/thai/thai-x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/thai/thai-x.c b/modules/thai/thai-x.c
index f2c96337..53423f52 100644
--- a/modules/thai/thai-x.c
+++ b/modules/thai/thai-x.c
@@ -127,13 +127,13 @@ get_font_info (PangoFont *font)
}
PangoGlyph
-make_glyph (ThaiFontInfo *font_info, unsigned char c)
+make_glyph (ThaiFontInfo *font_info, unsigned int c)
{
return PANGO_X_MAKE_GLYPH (font_info->info.subfont, c);
}
PangoGlyph
-make_unknown_glyph (ThaiFontInfo *font_info, unsigned char c)
+make_unknown_glyph (ThaiFontInfo *font_info, unsigned int c)
{
return pango_x_get_unknown_glyph (font_info->font);
}