#ifndef xsp_winsys_h #define xsp_winsys_h #include struct pipe_context; struct pipe_context* create_pipe_context(Display *display); #endif