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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
/*******************************************************************
* File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
*******************************************************************/
#ifndef __wrappedlibx11TYPES_H_
#define __wrappedlibx11TYPES_H_
#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS()
#endif
typedef int32_t (*iFp_t)(void*);
typedef void* (*pFp_t)(void*);
typedef void (*vFpp_t)(void*, void*);
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 int32_t (*iFppp_t)(void*, void*, void*);
typedef void* (*pFpip_t)(void*, int32_t, void*);
typedef void* (*pFpuL_t)(void*, uint32_t, uintptr_t);
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) \
GO(XInitImage, iFp_t) \
GO(XOpenDisplay, pFp_t) \
GO(XSetErrorHandler, pFp_t) \
GO(XSetIOErrorHandler, pFp_t) \
GO(_XDeqAsyncHandler, vFpp_t) \
GO(XVaCreateNestedList, pFiV_t) \
GO(XSynchronize, pFpi_t) \
GO(XSetAfterFunction, pFpp_t) \
GO(XCreateIC, pFpV_t) \
GO(XSetICValues, pFpV_t) \
GO(XSetIMValues, pFpV_t) \
GO(XAddConnectionWatch, iFppp_t) \
GO(XRemoveConnectionWatch, iFppp_t) \
GO(XESetCloseDisplay, pFpip_t) \
GO(XESetError, pFpip_t) \
GO(XESetEventToWire, pFpip_t) \
GO(XESetWireToEvent, pFpip_t) \
GO(_XGetRequest, pFpuL_t) \
GO(XCheckIfEvent, iFpppp_t) \
GO(XIfEvent, iFpppp_t) \
GO(XPeekIfEvent, iFpppp_t) \
GO(XQueryExtension, iFppppp_t) \
GO(XRegisterIMInstantiateCallback, iFpppppp_t) \
GO(XUnregisterIMInstantiateCallback, iFpppppp_t) \
GO(XGetImage, pFppiiuuLi_t) \
GO(XPutImage, iFppppiiiiuu_t) \
GO(XCreateImage, pFppuiipuuii_t) \
GO(XGetSubImage, pFppiiuuuipii_t)
#endif // __wrappedlibx11TYPES_H_
|