summaryrefslogtreecommitdiff
path: root/modules/tamil/tamil-x.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tamil/tamil-x.c')
-rw-r--r--modules/tamil/tamil-x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tamil/tamil-x.c b/modules/tamil/tamil-x.c
index 934bd216..4d0d5d9a 100644
--- a/modules/tamil/tamil-x.c
+++ b/modules/tamil/tamil-x.c
@@ -96,7 +96,7 @@ tamil_engine_lang_new ()
* But we can live with this for time being
*/
static void
-set_glyph (PangoGlyphString *glyphs, gint i, PangoCFont *cfont, PangoGlyphIndex glyph)
+set_glyph (PangoGlyphString *glyphs, gint i, PangoCFont *cfont, PangoGlyph glyph)
{
gint width;
@@ -170,7 +170,7 @@ tamil_engine_shape (PangoFont *font,
}
for (i = 0; i < ntsc; i++)
{
- set_glyph (glyphs, n_glyph, tscii_font, (PangoGlyphIndex) tsc_str[i]);
+ set_glyph (glyphs, n_glyph, tscii_font, (PangoGlyph) tsc_str[i]);
n_glyph++;
}
j = j + nuni;