summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib/xlib_softpipe.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-08 08:29:42 -0700
committerBrian Paul <brianp@vmware.com>2009-01-08 08:30:11 -0700
commita129c7268acc5a36852fcb006391e1f4b51ce7e1 (patch)
treea405f19c6f21187922eef57945bfefa7c1567f80 /src/gallium/winsys/xlib/xlib_softpipe.c
parent94222d58e7b4bd452711057828922dbf2cf1c9d7 (diff)
cell: fix breakage from xlib re-org
Some of these fixes are quick band-aids for now.
Diffstat (limited to 'src/gallium/winsys/xlib/xlib_softpipe.c')
-rw-r--r--src/gallium/winsys/xlib/xlib_softpipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/xlib/xlib_softpipe.c b/src/gallium/winsys/xlib/xlib_softpipe.c
index e4aa2d4b6ae..79722dd72b4 100644
--- a/src/gallium/winsys/xlib/xlib_softpipe.c
+++ b/src/gallium/winsys/xlib/xlib_softpipe.c
@@ -708,7 +708,7 @@ xlib_create_cell_winsys( void )
struct pipe_screen *
xlib_create_cell_screen( struct pipe_winsys *pws )
{
- return xlib_create_softpipe_screen( pws );
+ return cell_create_screen( pws );
}