summaryrefslogtreecommitdiff
path: root/modules/hangul/hangul-fc.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hangul/hangul-fc.c')
-rw-r--r--modules/hangul/hangul-fc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hangul/hangul-fc.c b/modules/hangul/hangul-fc.c
index 0b12c94a..7c169a9d 100644
--- a/modules/hangul/hangul-fc.c
+++ b/modules/hangul/hangul-fc.c
@@ -128,7 +128,7 @@ set_glyph_tone (PangoFont *font, PangoGlyphString *glyphs, int i,
#define find_char(font,wc) \
pango_fc_font_get_glyph((PangoFcFont *)font, wc)
#define get_unknown_glyph(font,wc) \
- pango_fc_font_get_unknown_glyph((PangoFcFont *)font, wc)
+ PANGO_GET_UNKNOWN_GLYPH ( wc)
static void
render_tone (PangoFont *font, gunichar tone, PangoGlyphString *glyphs,