forked from minhngoc25a/freetype2
s/index/size_index/ to avoid compiler warnings.
This commit is contained in:
parent
38beff0083
commit
82a0e3cd53
|
@ -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,
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue