s/index/size_index/ to avoid compiler warnings.

This commit is contained in:
Werner Lemberg 2006-02-01 05:22:25 +00:00
parent 38beff0083
commit 82a0e3cd53
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ FT_BEGIN_HEADER
typedef FT_Error
(*FT_Size_SelectFunc)( FT_Size size,
FT_ULong index );
FT_ULong size_index );
typedef FT_Error
(*FT_Slot_LoadFunc)( FT_GlyphSlot slot,

View File

@ -479,7 +479,7 @@ FT_BEGIN_HEADER
FT_Match_Size( FT_Face face,
FT_Size_Request req,
FT_Bool ignore_width,
FT_ULong* index );
FT_ULong* size_index );
/* Use the horizontal metrics to synthesize the vertical metrics. */