| Index: third_party/freetype/src/truetype/ttgload.h
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ttgload.h b/third_party/freetype/src/truetype/ttgload.h
|
| similarity index 97%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ttgload.h
|
| rename to third_party/freetype/src/truetype/ttgload.h
|
| index aea68f8ce72006c801addb4ab40de674d575aa16..3f1699e6867fddf975bb743bdd39b7794dac5336 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ttgload.h
|
| +++ b/third_party/freetype/src/truetype/ttgload.h
|
| @@ -20,7 +20,7 @@
|
| #define __TTGLOAD_H__
|
|
|
|
|
| -#include "../../include/ft2build.h"
|
| +#include <ft2build.h>
|
| #include "ttobjs.h"
|
|
|
| #ifdef TT_USE_BYTECODE_INTERPRETER
|
| @@ -43,6 +43,7 @@ FT_BEGIN_HEADER
|
| FT_LOCAL( void )
|
| TT_Get_VMetrics( TT_Face face,
|
| FT_UInt idx,
|
| + FT_Pos yMax,
|
| FT_Short* tsb,
|
| FT_UShort* ah );
|
|
|
|
|