diff options
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; |