diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-06 18:14:45 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-06 18:14:45 +0100 |
| commit | 23e01808a22d687b93a81c108a4e00cc1a97d7ab (patch) | |
| tree | 1e12a1b94764d5ce9afca5ec04ea404f1fbeae09 /src/wrapped/generated | |
| parent | b8300add62f1a865e3daf1077e6b6e1d61ea6240 (diff) | |
| download | box64-23e01808a22d687b93a81c108a4e00cc1a97d7ab.tar.gz box64-23e01808a22d687b93a81c108a4e00cc1a97d7ab.zip | |
Added wrapped libxcb-xinerama.so (helps #468)
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_ |