about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2023-04-18 14:25:44 +0800
committerGitHub <noreply@github.com>2023-04-18 08:25:44 +0200
commit49e5a48e42537e5cdbf2fbef18c319544a626cc8 (patch)
tree2efd5323a4d57700819081f5bccca32879232240 /src
parent9a97898ea4be010c36dcc78536bdf0ed1d3f0121 (diff)
downloadbox64-49e5a48e42537e5cdbf2fbef18c319544a626cc8.tar.gz
box64-49e5a48e42537e5cdbf2fbef18c319544a626cc8.zip
[WRAPPER] Added more fontconfig wrapped functions (#708)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedfontconfig_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedfontconfig_private.h b/src/wrapped/wrappedfontconfig_private.h
index bd61dfbd..1b4a50ff 100755
--- a/src/wrapped/wrappedfontconfig_private.h
+++ b/src/wrapped/wrappedfontconfig_private.h
@@ -60,7 +60,7 @@ GO(FcConfigGetSysRoot, pFp)
 //GO(FcConfigParseAndLoad, 
 GO(FcConfigReference, pFp)
 //GO(FcConfigSetCurrent, 
-//GO(FcConfigSetRescanInterval, 
+GO(FcConfigSetRescanInterval, iFpi)
 //GO(FcConfigSetRescanInverval, 
 GO(FcConfigSubstitute, iFppi)
 GO(FcConfigSubstituteWithPat, iFpppi)
@@ -162,7 +162,7 @@ GO(FcPatternGetMatrix, iFppip)
 GO(FcPatternGetString, iFppip)
 GO(FcPatternHash, iFp)
 //GO(FcPatternPrint, 
-//GO(FcPatternReference, 
+GO(FcPatternReference, vFp)
 //GO(FcPatternRemove, 
 GO(FcPatternVaBuild, pFpp)
 GO(FcStrBasename, pFp)