1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
/*********************************************************************
* File automatically generated by rebuild_wrappers_32.py (v0.0.2.2) *
*********************************************************************/
#ifndef __wrappedlibxextTYPES32_H_
#define __wrappedlibxextTYPES32_H_
#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS()
#endif
typedef void (*vFp_t)(void*);
typedef void* (*pFv_t)(void);
typedef void* (*pFp_t)(void*);
typedef int32_t (*iFpX_t)(void*, void*);
typedef int32_t (*iFXp_t)(void*, void*);
typedef void* (*pFpX_t)(void*, void*);
typedef void* (*pFXpp_t)(void*, void*, void*);
typedef int32_t (*iFXLpiiL_t)(void*, uintptr_t, void*, int32_t, int32_t, uintptr_t);
typedef void* (*pFpXppip_t)(void*, void*, void*, void*, int32_t, void*);
typedef uintptr_t (*LFXLppuuu_t)(void*, uintptr_t, void*, void*, uint32_t, uint32_t, uint32_t);
typedef void* (*pFXbpLiLLLii_uippuu_t)(void*, struct_pLiLLLii_t*, uint32_t, int32_t, void*, void*, uint32_t, uint32_t);
typedef int32_t (*iFXLppiiiiuui_t)(void*, uintptr_t, void*, void*, int32_t, int32_t, int32_t, int32_t, uint32_t, uint32_t, int32_t);
#define SUPER() ADDED_FUNCTIONS() \
GO(XdbeFreeVisualInfo, vFp_t) \
GO(XextDestroyExtension, vFp_t) \
GO(XextCreateExtension, pFv_t) \
GO(XSetExtensionErrorHandler, pFp_t) \
GO(XextRemoveDisplay, iFpX_t) \
GO(XShmAttach, iFXp_t) \
GO(XShmDetach, iFXp_t) \
GO(XextFindDisplay, pFpX_t) \
GO(XdbeGetVisualInfo, pFXpp_t) \
GO(XShmGetImage, iFXLpiiL_t) \
GO(XextAddDisplay, pFpXppip_t) \
GO(XShmCreatePixmap, LFXLppuuu_t) \
GO(XShmCreateImage, pFXbpLiLLLii_uippuu_t) \
GO(XShmPutImage, iFXLppiiiiuui_t)
#endif // __wrappedlibxextTYPES32_H_
|