summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-07-31 20:01:28 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-07-31 20:01:28 +0000
commitff02afea62bd6acb336a381bd8dd4aa880220cc6 (patch)
tree51968904c34452c142d34e1f766a830fa91955b2 /modules
parent40bc4991e51fc8c2fa70516bae6d36599431cb6a (diff)
downloadpango-ff02afea62bd6acb336a381bd8dd4aa880220cc6.tar.gz
Minor tweak to last patch to clarify index passed to unknown_glyph().
Wed Jul 31 16:00:20 2002 Owen Taylor <otaylor@redhat.com> * modules/thai/thai-xft.c (make_glyph): Minor tweak to last patch to clarify index passed to unknown_glyph().
Diffstat (limited to 'modules')
-rw-r--r--modules/thai/thai-fc.c2
-rw-r--r--modules/thai/thai-xft.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/thai/thai-fc.c b/modules/thai/thai-fc.c
index 3a20a536..74ad0725 100644
--- a/modules/thai/thai-fc.c
+++ b/modules/thai/thai-fc.c
@@ -179,7 +179,7 @@ make_glyph (ThaiFontInfo *font_info, unsigned int c)
if (result)
return result;
else
- return pango_xft_font_get_unknown_glyph (font_info->font, c);
+ return pango_xft_font_get_unknown_glyph (font_info->font, index);
}
PangoGlyph
diff --git a/modules/thai/thai-xft.c b/modules/thai/thai-xft.c
index 3a20a536..74ad0725 100644
--- a/modules/thai/thai-xft.c
+++ b/modules/thai/thai-xft.c
@@ -179,7 +179,7 @@ make_glyph (ThaiFontInfo *font_info, unsigned int c)
if (result)
return result;
else
- return pango_xft_font_get_unknown_glyph (font_info->font, c);
+ return pango_xft_font_get_unknown_glyph (font_info->font, index);
}
PangoGlyph