diff options
author | Keith Whitwell <[email protected]> | 2010-03-09 17:27:58 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-09 17:32:10 +0000 |
commit | d0aea650320fec0b8e01110eeee22b1f3700d587 (patch) | |
tree | 9957f1c5d2d8bf897d994b6f5430665aa2e8533b /src/gallium/state_trackers/glx/xlib/xm_api.c | |
parent | c27ffc5215573d6ff106d4770168117adea884f9 (diff) |
gallium: create helper for swrast+xlib combination
Several targets may want to reuse this code. It's pretty simple, not
sure if this is really a win.
Diffstat (limited to 'src/gallium/state_trackers/glx/xlib/xm_api.c')
-rw-r--r-- | src/gallium/state_trackers/glx/xlib/xm_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/glx/xlib/xm_api.c b/src/gallium/state_trackers/glx/xlib/xm_api.c index b8647d71c63..568bc6e9622 100644 --- a/src/gallium/state_trackers/glx/xlib/xm_api.c +++ b/src/gallium/state_trackers/glx/xlib/xm_api.c @@ -63,7 +63,7 @@ #include "pipe/p_screen.h" #include "pipe/p_context.h" -#include "xm_winsys.h" +#include "xm_public.h" #include <GL/glx.h> |