summaryrefslogtreecommitdiff
path: root/modules/thai/thai-shaper.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/thai/thai-shaper.c')
-rw-r--r--modules/thai/thai-shaper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/thai/thai-shaper.c b/modules/thai/thai-shaper.c
index 1c1a9785..c5f8dfa4 100644
--- a/modules/thai/thai-shaper.c
+++ b/modules/thai/thai-shaper.c
@@ -30,7 +30,6 @@
#include <string.h>
#include <glib.h>
-#include "pangoxft.h"
#include "pango-engine.h"
#include "thai-shaper.h"
@@ -570,7 +569,7 @@ get_glyphs_list (ThaiFontInfo *font_info,
{
case THAI_FONT_NONE:
for (i=0; i < num_chrs; i++)
- glyph_lists[i] = pango_xft_font_get_unknown_glyph (font_info->font, glyph_lists[i]);
+ glyph_lists[i] = make_unknown_glyph (font_info, glyph_lists[i]);
return num_chrs;
case THAI_FONT_XTIS: