From 23e01808a22d687b93a81c108a4e00cc1a97d7ab Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 6 Dec 2022 18:14:45 +0100 Subject: Added wrapped libxcb-xinerama.so (helps #468) --- src/wrapped/generated/functions_list.txt | 1 + src/wrapped/generated/wrappedlibxcbxineramadefs.h | 8 ++++++++ src/wrapped/generated/wrappedlibxcbxineramatypes.h | 17 +++++++++++++++++ src/wrapped/generated/wrappedlibxcbxineramaundefs.h | 8 ++++++++ 4 files changed, 34 insertions(+) create mode 100644 src/wrapped/generated/wrappedlibxcbxineramadefs.h create mode 100644 src/wrapped/generated/wrappedlibxcbxineramatypes.h create mode 100644 src/wrapped/generated/wrappedlibxcbxineramaundefs.h (limited to 'src/wrapped/generated') 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_ -- cgit 1.4.1