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/winsys/drm/i965 | |
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/winsys/drm/i965')
-rw-r--r-- | src/gallium/winsys/drm/i965/xlib/xlib_i965.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/i965/xlib/xlib_i965.c b/src/gallium/winsys/drm/i965/xlib/xlib_i965.c index 74501eeb16f..063e9f600b9 100644 --- a/src/gallium/winsys/drm/i965/xlib/xlib_i965.c +++ b/src/gallium/winsys/drm/i965/xlib/xlib_i965.c @@ -38,7 +38,7 @@ #include "pipe/p_error.h" #include "pipe/p_context.h" -#include "xm_winsys.h" +#include "xm_public.h" #include "i965/brw_winsys.h" #include "i965/brw_screen.h" |