diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-24 14:36:50 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-24 14:36:50 +0200 |
| commit | 890842286b33981b6164740f821ff965b5fb7bd1 (patch) | |
| tree | 1d2ec764912f75567b81e14b1b437cff71e2ac46 /src/wrapped | |
| parent | aec0ad91288cc9b462c8543a1530e9548b1544e8 (diff) | |
| download | box64-890842286b33981b6164740f821ff965b5fb7bd1.tar.gz box64-890842286b33981b6164740f821ff965b5fb7bd1.zip | |
Added one more wrapped libfontconfig function
Diffstat (limited to 'src/wrapped')
| -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, |