From 0882f910df3672e084a8fefa522e8dae4d248fe3 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 16 Dec 2024 14:42:36 +0100 Subject: [BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped functions from libxcb --- src/wrapped32/generated/wrappedlibxcbtypes32.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/wrapped32/generated/wrappedlibxcbtypes32.h') 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) \ -- cgit 1.4.1