diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedfontconfig_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wrapped/wrappedfontconfig_private.h b/src/wrapped/wrappedfontconfig_private.h index 99aae2e1..45298e5c 100755 --- a/src/wrapped/wrappedfontconfig_private.h +++ b/src/wrapped/wrappedfontconfig_private.h @@ -55,6 +55,7 @@ GO(FcConfigGetFontDirs, pFp) GO(FcConfigGetFonts, pFpi) //GO(FcConfigGetRescanInterval, //GO(FcConfigGetRescanInverval, +GO(FcConfigGetSysRoot, pFp) //GO(FcConfigHome, //GO(FcConfigParseAndLoad, GO(FcConfigReference, pFp) @@ -94,7 +95,7 @@ GO(FcFontSort, pFppipp) GO(FcFreeTypeQuery, pFpipp) GO(FcFreeTypeQueryFace, pFppip) //GO(FcGetLangs, -//GO(FcGetVersion, +GO(FcGetVersion, iFv) GO(FcInit, iFv) //GO(FcInitBringUptoDate, //GO(FcInitLoadConfig, |