summaryrefslogtreecommitdiff
path: root/src/truetype/ttgload.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2004-04-19 06:13:50 +0000
committerWerner Lemberg <wl@gnu.org>2004-04-19 06:13:50 +0000
commitc3dc56b85c96193a9c06829e5ac319c46cf356ce (patch)
treed5ebd6ce9d1a20019437bc8b2f69022760ab2a31 /src/truetype/ttgload.h
parent2a37b3055df315e571eeee9aa913fcc603588099 (diff)
downloadfreetype2-c3dc56b85c96193a9c06829e5ac319c46cf356ce.tar.gz
* src/truetype/ttgload.c, src/truetype/ttgload.h (TT_Load_Glyph),
src/ttdriver.c (Load_Glyph): Change type of `glyph_index' to FT_UInt. From Lex Warners. * src/sfnt/ttload.c (tt_face_load_sfnt_header): Really fix change from 2004-03-19. * src/bdf/bdfdrivr.c (BDF_Face_Init): Use `ft_strlen'. * src/pcf/pcfutil.c, src/pcf/pcfutil.h: Decorate functions with `static.'. Remove unused function `RepadBitmap'. * src/pcf/pcfdrivr.c: Don't include pcfutil.h.
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 36c93da84..dfa2a60a5 100644
--- a/src/truetype/ttgload.h
+++ b/src/truetype/ttgload.h
@@ -4,7 +4,7 @@
/* */
/* TrueType Glyph Loader (specification). */
/* */
-/* Copyright 1996-2001, 2002, 2003 by */
+/* Copyright 1996-2001, 2002, 2003, 2004 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -43,7 +43,7 @@ FT_BEGIN_HEADER
FT_LOCAL( FT_Error )
TT_Load_Glyph( TT_Size size,
TT_GlyphSlot glyph,
- FT_UShort glyph_index,
+ FT_UInt glyph_index,
FT_Int32 load_flags );