s/index/size_index/ to avoid compiler warnings.

david-pic-changes
Werner Lemberg 19 years ago
parent 38beff0083
commit 82a0e3cd53
  1. 2
      include/freetype/internal/ftdriver.h
  2. 2
      include/freetype/internal/ftobjs.h

@ -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…
Cancel
Save