diff options
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibxcbxineramadefs.h | 8 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibxcbxineramatypes.h | 17 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibxcbxineramaundefs.h | 8 |
4 files changed, 34 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index b2055c3f..baaa30a1 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -3541,6 +3541,7 @@ wrappedlibxcbshm: wrappedlibxcbsync: wrappedlibxcbutil: wrappedlibxcbxfixes: +wrappedlibxcbxinerama: wrappedlibxcbxtest: wrappedlibxcomposite: wrappedlibxcursor: diff --git a/src/wrapped/generated/wrappedlibxcbxineramadefs.h b/src/wrapped/generated/wrappedlibxcbxineramadefs.h new file mode 100644 index 00000000..620a21d1 --- /dev/null +++ b/src/wrapped/generated/wrappedlibxcbxineramadefs.h @@ -0,0 +1,8 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedlibxcbxineramaDEFS_H_ +#define __wrappedlibxcbxineramaDEFS_H_ + + +#endif // __wrappedlibxcbxineramaDEFS_H_ diff --git a/src/wrapped/generated/wrappedlibxcbxineramatypes.h b/src/wrapped/generated/wrappedlibxcbxineramatypes.h new file mode 100644 index 00000000..b2a6fa10 --- /dev/null +++ b/src/wrapped/generated/wrappedlibxcbxineramatypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedlibxcbxineramaTYPES_H_ +#define __wrappedlibxcbxineramaTYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + + +#define SUPER() ADDED_FUNCTIONS() + +#endif // __wrappedlibxcbxineramaTYPES_H_ diff --git a/src/wrapped/generated/wrappedlibxcbxineramaundefs.h b/src/wrapped/generated/wrappedlibxcbxineramaundefs.h new file mode 100644 index 00000000..7f44561c --- /dev/null +++ b/src/wrapped/generated/wrappedlibxcbxineramaundefs.h @@ -0,0 +1,8 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedlibxcbxineramaUNDEFS_H_ +#define __wrappedlibxcbxineramaUNDEFS_H_ + + +#endif // __wrappedlibxcbxineramaUNDEFS_H_ |