Show
Ignore:
Timestamp:
01/18/12 23:59:11 (4 months ago)
Author:
aldacron
Message:

[Derelict2L]
* fixed several build-breakers.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Derelict2/DerelictFT/derelict/freetype/ftfuncs.d

    r614 r621  
    113113    alias FT_Error function(FT_Face face, PS_FontInfoRec *afont_info) da_FT_Get_PS_Font_Info; 
    114114    alias FT_Error function(FT_Face face, PS_PrivateRec *afont_private) da_FT_Get_PS_Font_Private; 
    115     alias FT_Long function(FR_Face,PS_Dict_Keys,FT_UInt,void*,FT_Long) da_FT_Get_PS_Font_Value; 
     115    alias FT_Long function(FT_Face,PS_Dict_Keys,FT_UInt,void*,FT_Long) da_FT_Get_PS_Font_Value; 
    116116    alias void* function(FT_Face face, FT_Sfnt_Tag tag) da_FT_Get_Sfnt_Table; 
    117117    alias FT_Error function(FT_Face face, FT_ULong tag, FT_Long offset, FT_Byte* buffer, FT_ULong* length) da_FT_Load_Sfnt_Table;