diff options
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/render/software/agg_font_freetype_lib.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/render/software/agg_font_freetype_lib.pas b/src/corelib/render/software/agg_font_freetype_lib.pas index 46942b31..c174c64d 100644 --- a/src/corelib/render/software/agg_font_freetype_lib.pas +++ b/src/corelib/render/software/agg_font_freetype_lib.pas @@ -100,9 +100,9 @@ type FT_ULong = longword; FT_Pos = longint; {$ENDIF} - FT_Fixed = longint; FT_Error = longint; FT_F26Dot6 = longint; + FT_Fixed = FT_Long; FT_Byte_ptr = ^FT_Byte; FT_Short_ptr = ^FT_Short; |