зеркало из https://github.com/stride3d/freetype.git
* include/freetype/ftcache.h (FTC_FaceID): Change type back to
FT_Pointer. Reported by Ian Britten <britten@caris.com>.
This commit is contained in:
Родитель
90053f3f66
Коммит
4c3cc76ba0
|
@ -1,3 +1,8 @@
|
|||
2008-06-03 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* include/freetype/ftcache.h (FTC_FaceID): Change type back to
|
||||
FT_Pointer. Reported by Ian Britten <britten@caris.com>.
|
||||
|
||||
2008-06-02 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Emit header info for defined FreeType objects in reference.
|
||||
|
|
|
@ -165,7 +165,7 @@ FT_BEGIN_HEADER
|
|||
* Failure to do so will result in incorrect behaviour or even
|
||||
* memory leaks and crashes.
|
||||
*/
|
||||
typedef struct FTC_FaceIDRec_* FTC_FaceID;
|
||||
typedef FT_Pointer FTC_FaceID;
|
||||
|
||||
|
||||
/************************************************************************
|
||||
|
|
Загрузка…
Ссылка в новой задаче