39 lines
1.9 KiB
C++
39 lines
1.9 KiB
C++
|
#ifndef DYLIBLOAD_WRAPPER_XINERAMA
|
||
|
#define DYLIBLOAD_WRAPPER_XINERAMA
|
||
|
// This file is generated. Do not edit!
|
||
|
// see https://github.com/hpvb/dynload-wrapper for details
|
||
|
// generated by ./generate-wrapper.py 0.3 on 2022-12-02 12:53:11
|
||
|
// flags: ./generate-wrapper.py --include /usr/include/X11/extensions/Xinerama.h --sys-include <X11/extensions/Xinerama.h> --soname libXinerama.so.1 --init-name xinerama --output-header xinerama-so_wrap.h --output-implementation xinerama-so_wrap.c
|
||
|
//
|
||
|
// NOTE: Generated from Xinerama 1.1.4.
|
||
|
// This has been handpatched to workaround some issues with the generator that
|
||
|
// will be eventually fixed. In this case, non-existant symbols inherited from
|
||
|
// libX11, but absent in libXinerama.so.1, were removed.
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#define XineramaQueryExtension XineramaQueryExtension_dylibloader_orig_xinerama
|
||
|
#define XineramaQueryVersion XineramaQueryVersion_dylibloader_orig_xinerama
|
||
|
#define XineramaIsActive XineramaIsActive_dylibloader_orig_xinerama
|
||
|
#define XineramaQueryScreens XineramaQueryScreens_dylibloader_orig_xinerama
|
||
|
#include <X11/extensions/Xinerama.h>
|
||
|
#undef XineramaQueryExtension
|
||
|
#undef XineramaQueryVersion
|
||
|
#undef XineramaIsActive
|
||
|
#undef XineramaQueryScreens
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
#define XineramaQueryExtension XineramaQueryExtension_dylibloader_wrapper_xinerama
|
||
|
#define XineramaQueryVersion XineramaQueryVersion_dylibloader_wrapper_xinerama
|
||
|
#define XineramaIsActive XineramaIsActive_dylibloader_wrapper_xinerama
|
||
|
#define XineramaQueryScreens XineramaQueryScreens_dylibloader_wrapper_xinerama
|
||
|
extern int (*XineramaQueryExtension_dylibloader_wrapper_xinerama)( Display*, int*, int*);
|
||
|
extern int (*XineramaQueryVersion_dylibloader_wrapper_xinerama)( Display*, int*, int*);
|
||
|
extern int (*XineramaIsActive_dylibloader_wrapper_xinerama)( Display*);
|
||
|
extern XineramaScreenInfo* (*XineramaQueryScreens_dylibloader_wrapper_xinerama)( Display*, int*);
|
||
|
int initialize_xinerama(int verbose);
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|