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
|
/*******************************************************************
* File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
*******************************************************************/
#ifndef __wrappedlibxextTYPES_H_
#define __wrappedlibxextTYPES_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* (*pFp_t)(void*);
typedef int32_t (*iFpppiiu_t)(void*, void*, void*, int32_t, int32_t, uint32_t);
typedef void* (*pFppppip_t)(void*, void*, void*, void*, int32_t, void*);
typedef void* (*pFppuippuu_t)(void*, void*, uint32_t, int32_t, void*, void*, uint32_t, uint32_t);
typedef int32_t (*iFppppiiiiuui_t)(void*, void*, void*, void*, int32_t, int32_t, int32_t, int32_t, uint32_t, uint32_t, int32_t);
#define SUPER() ADDED_FUNCTIONS() \
GO(XSetExtensionErrorHandler, pFp_t) \
GO(XShmGetImage, iFpppiiu_t) \
GO(XextAddDisplay, pFppppip_t) \
GO(XShmCreateImage, pFppuippuu_t) \
GO(XShmPutImage, iFppppiiiiuui_t)
#endif // __wrappedlibxextTYPES_H_
|