diff options
Diffstat (limited to 'src/wrapped32/generated/wrappedlibx11types32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibx11types32.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibx11types32.h b/src/wrapped32/generated/wrappedlibx11types32.h index cc67f8e7..3f0ae230 100644 --- a/src/wrapped32/generated/wrappedlibx11types32.h +++ b/src/wrapped32/generated/wrappedlibx11types32.h @@ -15,7 +15,11 @@ typedef int32_t (*iFp_t)(void*); typedef void* (*pFp_t)(void*); typedef int32_t (*iFXp_t)(void*, void*); typedef void* (*pFpV_t)(void*, ...); +typedef void (*vFXLp_t)(void*, uintptr_t, void*); +typedef int32_t (*iFXip_t)(void*, int32_t, void*); +typedef int32_t (*iFXLp_t)(void*, uintptr_t, void*); typedef uintptr_t (*LFXii_t)(void*, int32_t, int32_t); +typedef int32_t (*iFXLpi_t)(void*, uintptr_t, void*, int32_t); typedef void* (*pFpiiuu_t)(void*, int32_t, int32_t, uint32_t, uint32_t); typedef void* (*pFXLiiuuLi_t)(void*, uintptr_t, int32_t, int32_t, uint32_t, uint32_t, uintptr_t, int32_t); typedef int32_t (*iFXLppiiiiuu_t)(void*, uintptr_t, void*, void*, int32_t, int32_t, int32_t, int32_t, uint32_t, uint32_t); @@ -30,7 +34,11 @@ typedef uintptr_t (*LFXLiiuuuiupLp_t)(void*, uintptr_t, int32_t, int32_t, uint32 GO(XOpenDisplay, pFp_t) \ GO(XNextEvent, iFXp_t) \ GO(XCreateIC, pFpV_t) \ + GO(XSetWMNormalHints, vFXLp_t) \ + GO(XCheckTypedEvent, iFXip_t) \ + GO(XSetWMHints, iFXLp_t) \ GO(XGetPixel, LFXii_t) \ + GO(XSetWMProtocols, iFXLpi_t) \ GO(XSubImage, pFpiiuu_t) \ GO(XGetImage, pFXLiiuuLi_t) \ GO(XPutImage, iFXLppiiiiuu_t) \ |