cell: fix up assorted compilation problems
[mesa.git] / src / gallium / winsys / xlib / xlib.h
1
2 #ifndef XLIB_H
3 #define XLIB_H
4
5 #include "pipe/p_compiler.h"
6 #include "state_tracker/xlib_sw_winsys.h"
7
8 extern struct xm_driver xlib_softpipe_driver;
9 extern struct xm_driver xlib_llvmpipe_driver;
10 extern struct xm_driver xlib_cell_driver;
11
12 struct sw_winsys *xlib_create_sw_winsys( Display *display );
13
14 void xlib_sw_display(struct xlib_drawable *xm_buffer,
15 struct sw_displaytarget *dt);
16
17
18 #endif