about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibxexttypes.h
blob: 9147801687eebd1e0ec0db857c212dbf8c6bf0a3 (plain) (blame)
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.1.0.16) *
 *******************************************************************/
#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 int64_t (*iFpppiiu_t)(void*, void*, void*, int64_t, int64_t, uint64_t);
typedef void* (*pFppppip_t)(void*, void*, void*, void*, int64_t, void*);
typedef void* (*pFppuippuu_t)(void*, void*, uint64_t, int64_t, void*, void*, uint64_t, uint64_t);
typedef int64_t (*iFppppiiiiuui_t)(void*, void*, void*, void*, int64_t, int64_t, int64_t, int64_t, uint64_t, uint64_t, int64_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_