g3dvl: Add stubs for some XvMC functions.
[mesa.git] / src / gallium / winsys / g3dvl / xsp_winsys.h
1 #ifndef xsp_winsys_h
2 #define xsp_winsys_h
3
4 #include <X11/Xlib.h>
5
6 struct pipe_context;
7
8 struct pipe_context* create_pipe_context(Display *display);
9 int destroy_pipe_context(struct pipe_context *pipe);
10
11 #endif
12