diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-16 14:42:36 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-17 09:15:59 +0100 |
| commit | 0882f910df3672e084a8fefa522e8dae4d248fe3 (patch) | |
| tree | 9cc27f7bdee2a3d3335dbbaf0c0a787264f436c8 /src/wrapped32/generated/wrappedlibxcbtypes32.h | |
| parent | f65c22d329e0f2405e2b0f12bc349331b2e4d74b (diff) | |
| download | box64-0882f910df3672e084a8fefa522e8dae4d248fe3.tar.gz box64-0882f910df3672e084a8fefa522e8dae4d248fe3.zip | |
[BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped functions from libxcb
Diffstat (limited to 'src/wrapped32/generated/wrappedlibxcbtypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibxcbtypes32.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped32/generated/wrappedlibxcbtypes32.h b/src/wrapped32/generated/wrappedlibxcbtypes32.h index e4231f65..7da67c9a 100644 --- a/src/wrapped32/generated/wrappedlibxcbtypes32.h +++ b/src/wrapped32/generated/wrappedlibxcbtypes32.h @@ -14,10 +14,10 @@ typedef void (*vFp_t)(void*); typedef void* (*pFpp_t)(void*, void*); typedef my_xcb_XXX_iterator_t (*ZFpp_t)(void*, void*); -typedef my_xcb_cookie_t (*zFpnuu_t)(void*, void*, uint32_t, uint32_t); -typedef my_xcb_cookie_t (*zFpnCWp_t)(void*, void*, uint8_t, uint16_t, void*); -typedef my_xcb_cookie_t (*zFpnCuuuuu_t)(void*, void*, uint8_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t); -typedef my_xcb_cookie_t (*zFpnCuuuCup_t)(void*, void*, uint8_t, uint32_t, uint32_t, uint32_t, uint8_t, uint32_t, void*); +typedef my_xcb_cookie_t (*zFnuu_t)(void*, uint32_t, uint32_t); +typedef my_xcb_cookie_t (*zFnCWp_t)(void*, uint8_t, uint16_t, void*); +typedef my_xcb_cookie_t (*zFnCuuuuu_t)(void*, uint8_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t); +typedef my_xcb_cookie_t (*zFnCuuuCup_t)(void*, uint8_t, uint32_t, uint32_t, uint32_t, uint8_t, uint32_t, void*); #define SUPER() ADDED_FUNCTIONS() \ GO(xcb_disconnect, vFp_t) \ |