diff options
| author | rajdakin <loic_chevalier@yahoo.fr> | 2021-06-04 22:59:17 +0200 |
|---|---|---|
| committer | rajdakin <loic_chevalier@yahoo.fr> | 2021-06-04 23:01:56 +0200 |
| commit | 8d97f136772d43a27b25ccfba872c908ceafe617 (patch) | |
| tree | ecbfb72d23362c743c3aeea06d63d37c3008c339 /src/wrapped/wrappedlibxtst.c | |
| parent | 75c4c3d6b92bd82c1cd5c9a659b354127559a43c (diff) | |
| download | box64-8d97f136772d43a27b25ccfba872c908ceafe617.tar.gz box64-8d97f136772d43a27b25ccfba872c908ceafe617.zip | |
Fixed some wrapped functions, upgraded the python script
Diffstat (limited to 'src/wrapped/wrappedlibxtst.c')
| -rwxr-xr-x | src/wrapped/wrappedlibxtst.c | 6 |
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; |