// This file is generated. Do not edit! // see https://github.com/hpvb/dynload-wrapper for details // generated by generate-wrapper.py 0.3 on 2023-01-23 15:11:35 // flags: generate-wrapper.py --include ./thirdparty/linuxbsd_headers/X11/extensions/Xinerama.h --sys-include "thirdparty/linuxbsd_headers/X11/extensions/Xinerama.h" --soname libXinerama.so.1 --init-name xinerama --output-header ./platform/linuxbsd/x11/dynwrappers/xinerama-so_wrap.h --output-implementation ./platform/linuxbsd/x11/dynwrappers/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-existent symbols inherited from // libX11, but absent in libXinerama.so.1, were removed. #include <stdint.h> #define XineramaQueryExtension … #define XineramaQueryVersion … #define XineramaIsActive … #define XineramaQueryScreens … #include "thirdparty/linuxbsd_headers/X11/extensions/Xinerama.h" #undef XineramaQueryExtension #undef XineramaQueryVersion #undef XineramaIsActive #undef XineramaQueryScreens #include <dlfcn.h> #include <stdio.h> int (*XineramaQueryExtension_dylibloader_wrapper_xinerama)( Display*, int*, int*); int (*XineramaQueryVersion_dylibloader_wrapper_xinerama)( Display*, int*, int*); int (*XineramaIsActive_dylibloader_wrapper_xinerama)( Display*); XineramaScreenInfo* (*XineramaQueryScreens_dylibloader_wrapper_xinerama)( Display*, int*); int initialize_xinerama(int verbose) { … }