diff options
author | Keith Whitwell <[email protected]> | 2010-03-08 16:48:39 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-08 16:48:39 +0000 |
commit | 4350e025cf18ee3b570340ca8cacc8fd857eb59a (patch) | |
tree | f375c4e712a64b3aa18d5ada8520555b6db1983e | |
parent | 1675d05f911fbd569efb5248674aa71cb755c75b (diff) |
ws/xlib: fixup softpipe build
-rw-r--r-- | src/gallium/winsys/xlib/xlib_softpipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/winsys/xlib/xlib_softpipe.c b/src/gallium/winsys/xlib/xlib_softpipe.c index 9d665c3d833..3b51d7c17c4 100644 --- a/src/gallium/winsys/xlib/xlib_softpipe.c +++ b/src/gallium/winsys/xlib/xlib_softpipe.c @@ -30,7 +30,7 @@ #include "xlib.h" #include "softpipe/sp_texture.h" #include "softpipe/sp_screen.h" -#include "state_tracker/sw_winsys.h" +#include "state_tracker/xlib_sw_winsys.h" #include "util/u_debug.h" static struct pipe_screen * @@ -58,7 +58,7 @@ fail: static void -xlib_softpipe_display_surface(struct xmesa_buffer *xm_buffer, +xlib_softpipe_display_surface(struct xlib_drawable *xm_buffer, struct pipe_surface *surf) { struct softpipe_texture *texture = softpipe_texture(surf->texture); |