summaryrefslogtreecommitdiff
path: root/pango/pango-glyph.h
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2002-11-08 19:00:52 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2002-11-08 19:00:52 +0000
commit23c23546a22a785be7eca60f4bc59f7723456ffe (patch)
tree17eb05c1468d6ade4fc77feb36547d026a6de5af /pango/pango-glyph.h
parent1b16a7e3e014d4b4f4e6f30521a572689fa75df5 (diff)
downloadpango-23c23546a22a785be7eca60f4bc59f7723456ffe.tar.gz
Trivial s/foo/foo_/ fixes to make pango.h includable with -Wshadow
Fri Nov 8 20:02:09 2002 Soeren Sandmann <sandmann@daimi.au.dk> * docs/tmpl/coverage-maps.sgml: * docs/tmpl/glyphs.sgml: * docs/tmpl/layout.sgml: * docs/tmpl/x-fonts.sgml: * pango/mapping.c: * pango/pango-coverage.c: * pango/pango-coverage.h: * pango/pango-glyph.h: * pango/pango-layout.c: * pango/pango-layout.h: * pango/pangox.h: Trivial s/foo/foo_/ fixes to make pango.h includable with -Wshadow (#91680).
Diffstat (limited to 'pango/pango-glyph.h')
-rw-r--r--pango/pango-glyph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h
index 16db8f8a..a3d0772b 100644
--- a/pango/pango-glyph.h
+++ b/pango/pango-glyph.h
@@ -109,7 +109,7 @@ void pango_glyph_string_index_to_x (PangoGlyphString *glyphs,
char *text,
int length,
PangoAnalysis *analysis,
- int index,
+ int index_,
gboolean trailing,
int *x_pos);
void pango_glyph_string_x_to_index (PangoGlyphString *glyphs,
@@ -117,7 +117,7 @@ void pango_glyph_string_x_to_index (PangoGlyphString *glyphs,
int length,
PangoAnalysis *analysis,
int x_pos,
- int *index,
+ int *index_,
int *trailing);
/* Turn a string of characters into a string of glyphs