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