diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-08-20 19:51:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-08-20 19:51:39 +0000 |
commit | 872a43c7801106a02373899db39e684b4747bbaa (patch) | |
tree | e10963f2ccaf60322b612c7bf9addeb4e42733cd /modules/basic/basic-x.c | |
parent | 46f4e3aeeeb33d8591ba7d0b2914512d7468bbf8 (diff) | |
download | pango-872a43c7801106a02373899db39e684b4747bbaa.tar.gz |
modules/indic/indic-xft.c (maybe_add_GPOS_feature):
Tue Aug 20 15:42:33 2002 Owen Taylor <otaylor@redhat.com>
* modules/indic/indic-xft.c (maybe_add_SUB_feature):
modules/indic/indic-xft.c (maybe_add_GPOS_feature):
modules/indic/indic-ot.c (getOutputIndex)
modules/hebrew/hebrew-x.c (get_glyph_num)
modules/basic/basic-x.c (find_char): Fix missing
statics.
* modules/thai/{thai-shaper.[ch] thai-xft.c thai-x.c}:
Namespace the "abstract functions" that thai-xft/thai-x.c
export to thai-shaper.c.
* modules/arabic/arabic-{ot.[ch],ft2.c,xft.c}:
Rename Assign_Arabic_Properties to Arabic_Assign_Properties.
Diffstat (limited to 'modules/basic/basic-x.c')
-rw-r--r-- | modules/basic/basic-x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/basic/basic-x.c b/modules/basic/basic-x.c index c0a45b2f..47f4e0a2 100644 --- a/modules/basic/basic-x.c +++ b/modules/basic/basic-x.c @@ -199,7 +199,7 @@ char_cache_free (CharCache *cache) g_free (cache); } -PangoGlyph +static PangoGlyph find_char (CharCache *cache, PangoFont *font, gunichar wc, const char *input) { int mask_index; |