summaryrefslogtreecommitdiff
path: root/src/truetype/ttgload.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2003-06-07 05:13:22 +0000
committerWerner Lemberg <wl@gnu.org>2003-06-07 05:13:22 +0000
commit756655bdf8067b85d7bb361136751e5cf928c1be (patch)
tree4ac032b97382561301089100ad9b316dd8a9bda0 /src/truetype/ttgload.h
parent499053c1c545118585bc9d4d61375c61b7bf97d4 (diff)
downloadfreetype2-756655bdf8067b85d7bb361136751e5cf928c1be.tar.gz
* src/base/ftmac.c (FT_New_Face_From_SFNT): s/rlen/sfnt_size/ to
make it compile. * include/freetype/internal/psaux.h, src/truetype/ttgload.h: s/index/idx/ to fix compiler warnings. * src/sfnt/ttcmap0.c (tt_face_build_cmaps): Use more `volatile' to fix compiler warning. * src/gzip/ftgzip.c (BUILDFIXED): Removed. * src/gzip/inftrees.c (inflate_trees_fixed) [!BUILDFIXED]: Use FT_UNUSED to remove compiler warning.
Diffstat (limited to 'src/truetype/ttgload.h')
-rw-r--r--src/truetype/ttgload.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/truetype/ttgload.h b/src/truetype/ttgload.h
index 04097134f..36c93da84 100644
--- a/src/truetype/ttgload.h
+++ b/src/truetype/ttgload.h
@@ -4,7 +4,7 @@
/* */
/* TrueType Glyph Loader (specification). */
/* */
-/* Copyright 1996-2001, 2002 by */
+/* Copyright 1996-2001, 2002, 2003 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -33,7 +33,7 @@ FT_BEGIN_HEADER
FT_LOCAL( void )
TT_Get_Metrics( TT_HoriHeader* header,
- FT_UInt index,
+ FT_UInt idx,
FT_Short* bearing,
FT_UShort* advance );