about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibx11types.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-19 11:52:34 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-19 11:52:34 +0100
commit7db570af13eed1e90dd9a166e57e37f58db7d5c7 (patch)
treeda809af62f68bc031c3946f628d6c34410c3c8b3 /src/wrapped/generated/wrappedlibx11types.h
parent6a2183189462127c2b23abc882245adc25eb644d (diff)
downloadbox64-7db570af13eed1e90dd9a166e57e37f58db7d5c7.tar.gz
box64-7db570af13eed1e90dd9a166e57e37f58db7d5c7.zip
Rmoved the 32bits->64bits wrapper hack (there might be some regression, but it's needed for riscv and other architectures wich sign extend ther 32bits values)
Diffstat (limited to 'src/wrapped/generated/wrappedlibx11types.h')
-rw-r--r--src/wrapped/generated/wrappedlibx11types.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/wrapped/generated/wrappedlibx11types.h b/src/wrapped/generated/wrappedlibx11types.h
index b7727e2d..8cee30ba 100644
--- a/src/wrapped/generated/wrappedlibx11types.h
+++ b/src/wrapped/generated/wrappedlibx11types.h
@@ -11,22 +11,22 @@
 #define ADDED_FUNCTIONS() 
 #endif
 
-typedef int64_t (*iFp_t)(void*);
+typedef int32_t (*iFp_t)(void*);
 typedef void* (*pFp_t)(void*);
 typedef void (*vFpp_t)(void*, void*);
-typedef void* (*pFiV_t)(int64_t, ...);
-typedef void* (*pFpi_t)(void*, int64_t);
+typedef void* (*pFiV_t)(int32_t, ...);
+typedef void* (*pFpi_t)(void*, int32_t);
 typedef void* (*pFpp_t)(void*, void*);
 typedef void* (*pFpV_t)(void*, ...);
-typedef int64_t (*iFppp_t)(void*, void*, void*);
-typedef void* (*pFpip_t)(void*, int64_t, void*);
-typedef int64_t (*iFpppp_t)(void*, void*, void*, void*);
-typedef int64_t (*iFppppp_t)(void*, void*, void*, void*, void*);
-typedef int64_t (*iFpppppp_t)(void*, void*, void*, void*, void*, void*);
-typedef void* (*pFppiiuuLi_t)(void*, void*, int64_t, int64_t, uint64_t, uint64_t, uintptr_t, int64_t);
-typedef int64_t (*iFppppiiiiuu_t)(void*, void*, void*, void*, int64_t, int64_t, int64_t, int64_t, uint64_t, uint64_t);
-typedef void* (*pFppuiipuuii_t)(void*, void*, uint64_t, int64_t, int64_t, void*, uint64_t, uint64_t, int64_t, int64_t);
-typedef void* (*pFppiiuuuipii_t)(void*, void*, int64_t, int64_t, uint64_t, uint64_t, uint64_t, int64_t, void*, int64_t, int64_t);
+typedef int32_t (*iFppp_t)(void*, void*, void*);
+typedef void* (*pFpip_t)(void*, int32_t, void*);
+typedef int32_t (*iFpppp_t)(void*, void*, void*, void*);
+typedef int32_t (*iFppppp_t)(void*, void*, void*, void*, void*);
+typedef int32_t (*iFpppppp_t)(void*, void*, void*, void*, void*, void*);
+typedef void* (*pFppiiuuLi_t)(void*, void*, int32_t, int32_t, uint32_t, uint32_t, uintptr_t, int32_t);
+typedef int32_t (*iFppppiiiiuu_t)(void*, void*, void*, void*, int32_t, int32_t, int32_t, int32_t, uint32_t, uint32_t);
+typedef void* (*pFppuiipuuii_t)(void*, void*, uint32_t, int32_t, int32_t, void*, uint32_t, uint32_t, int32_t, int32_t);
+typedef void* (*pFppiiuuuipii_t)(void*, void*, int32_t, int32_t, uint32_t, uint32_t, uint32_t, int32_t, void*, int32_t, int32_t);
 
 #define SUPER() ADDED_FUNCTIONS() \
 	GO(XDestroyImage, iFp_t) \