1 2 3 4 5 6 7 8 9 10
#ifndef XLIB_SW_WINSYS #define XLIB_SW_WINSYS #include <X11/Xlib.h> struct sw_winsys; struct sw_winsys *xlib_create_sw_winsys(Display *display); #endif