about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxtst.c
diff options
context:
space:
mode:
authorrajdakin <loic_chevalier@yahoo.fr>2021-06-04 22:59:17 +0200
committerrajdakin <loic_chevalier@yahoo.fr>2021-06-04 23:01:56 +0200
commit8d97f136772d43a27b25ccfba872c908ceafe617 (patch)
treeecbfb72d23362c743c3aeea06d63d37c3008c339 /src/wrapped/wrappedlibxtst.c
parent75c4c3d6b92bd82c1cd5c9a659b354127559a43c (diff)
downloadbox64-8d97f136772d43a27b25ccfba872c908ceafe617.tar.gz
box64-8d97f136772d43a27b25ccfba872c908ceafe617.zip
Fixed some wrapped functions, upgraded the python script
Diffstat (limited to 'src/wrapped/wrappedlibxtst.c')
-rwxr-xr-xsrc/wrapped/wrappedlibxtst.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/wrapped/wrappedlibxtst.c b/src/wrapped/wrappedlibxtst.c
index 3c1ed488..df7b14c4 100755
--- a/src/wrapped/wrappedlibxtst.c
+++ b/src/wrapped/wrappedlibxtst.c
@@ -20,11 +20,7 @@
 const char* libxtstName = "libXtst.so.6";
 #define LIBNAME libxtst
 
-typedef int (*iFpppp_t)(void*, void*, void*, void*);
-
-#define SUPER() \
-    GO(XRecordEnableContextAsync, iFpppp_t) \
-    GO(XRecordEnableContext, iFpppp_t)      \
+#include "generated/wrappedlibxtsttypes.h"
 
 typedef struct libxtst_my_s {
     #define GO(A, B)    B   A;