about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxtst.c
diff options
context:
space:
mode:
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;