diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-10-22 20:54:37 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-10-22 20:54:37 +0200 |
| commit | b48ba048ed703716f843138b1df638c8aa984610 (patch) | |
| tree | 31e9db260a2bc057de246bfb340aa00500a412cd /src | |
| parent | 35a21d89321767e84e3d409a24fb6941be014286 (diff) | |
| download | box64-b48ba048ed703716f843138b1df638c8aa984610.tar.gz box64-b48ba048ed703716f843138b1df638c8aa984610.zip | |
Added FcConfigAppFontAddDir wrapped function (for #150)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedfontconfig_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedfontconfig_private.h b/src/wrapped/wrappedfontconfig_private.h index 508adb04..b5547aff 100755 --- a/src/wrapped/wrappedfontconfig_private.h +++ b/src/wrapped/wrappedfontconfig_private.h @@ -37,7 +37,7 @@ GO(FcCharSetNextPage, iFppp) // second p is a fixed sized array GO(FcCharSetSubtract, pFpp) //GO(FcCharSetSubtractCount, GO(FcCharSetUnion, pFpp) -//GO(FcConfigAppFontAddDir, +GO(FcConfigAppFontAddDir, iFpp) GO(FcConfigAppFontAddFile, iFpp) //GO(FcConfigAppFontClear, //GO(FcConfigBuildFonts, |