| Index: third_party/freetype/src/truetype/ttpic.h
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ttpic.h b/third_party/freetype/src/truetype/ttpic.h
|
| similarity index 92%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ttpic.h
|
| rename to third_party/freetype/src/truetype/ttpic.h
|
| index 36cb357a9d4b9f9a584791a6b4b01cdf5cc0f68e..cfb4ee628125fa09555a25c9d2db1d87e23994ca 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ttpic.h
|
| +++ b/third_party/freetype/src/truetype/ttpic.h
|
| @@ -31,10 +31,10 @@ FT_BEGIN_HEADER
|
|
|
| #else /* FT_CONFIG_OPTION_PIC */
|
|
|
| -#include "../../include/freetype/ftmm.h"
|
| -#include "../../include/freetype/internal/services/svmm.h"
|
| -#include "../../include/freetype/internal/services/svttglyf.h"
|
| -#include "../../include/freetype/internal/services/svprop.h"
|
| +#include FT_MULTIPLE_MASTERS_H
|
| +#include FT_SERVICE_MULTIPLE_MASTERS_H
|
| +#include FT_SERVICE_TRUETYPE_GLYF_H
|
| +#include FT_SERVICE_PROPERTIES_H
|
|
|
|
|
| typedef struct TTModulePIC_
|
|
|