about summary refs log tree commit diff stats
path: root/src/wrapped32/generated/wrappedlibxrandrtypes32.h
blob: f17bd9d93fe6f4c647bebb90fa93dd8dd1e6c4d4 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*********************************************************************
 * File automatically generated by rebuild_wrappers_32.py (v0.0.2.2) *
 *********************************************************************/
#ifndef __wrappedlibxrandrTYPES32_H_
#define __wrappedlibxrandrTYPES32_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 int32_t (*iFp_t)(void*);
typedef void* (*pFXL_t)(void*, uintptr_t);
typedef int32_t (*iFXpp_t)(void*, void*, void*);
typedef void* (*pFXLL_t)(void*, uintptr_t, uintptr_t);
typedef void* (*pFXLp_t)(void*, uintptr_t, void*);
typedef void* (*pFXpL_t)(void*, void*, uintptr_t);
typedef int32_t (*iFXpLp_t)(void*, void*, uintptr_t, void*);
typedef void* (*pFXLip_t)(void*, uintptr_t, int32_t, void*);
typedef int32_t (*iFXpLLiiLWpi_t)(void*, void*, uintptr_t, uintptr_t, int32_t, int32_t, uintptr_t, uint16_t, void*, int32_t);

#define SUPER() ADDED_FUNCTIONS() \
	GO(XRRFreeMonitors, vFp_t) \
	GO(XRRFreeProviderInfo, vFp_t) \
	GO(XRRFreeProviderResources, vFp_t) \
	GO(XRRUpdateConfiguration, iFp_t) \
	GO(XRRGetProviderResources, pFXL_t) \
	GO(XRRGetScreenResources, pFXL_t) \
	GO(XRRGetScreenResourcesCurrent, pFXL_t) \
	GO(XRRQueryExtension, iFXpp_t) \
	GO(XRRQueryOutputProperty, pFXLL_t) \
	GO(XRRListOutputProperties, pFXLp_t) \
	GO(XRRGetCrtcInfo, pFXpL_t) \
	GO(XRRGetOutputInfo, pFXpL_t) \
	GO(XRRGetPanning, pFXpL_t) \
	GO(XRRGetProviderInfo, pFXpL_t) \
	GO(XRRSetPanning, iFXpLp_t) \
	GO(XRRGetMonitors, pFXLip_t) \
	GO(XRRSetCrtcConfig, iFXpLLiiLWpi_t)

#endif // __wrappedlibxrandrTYPES32_H_