st/dri: fix compile breakage

This commit is contained in:
Keith Whitwell
2010-02-08 19:45:02 +00:00
parent 0b99303d1c
commit 361d73fcfc
+1 -1
View File
@@ -69,7 +69,7 @@ dri_create_context(const __GLcontextModes * visual,
driParseConfigFiles(&ctx->optionCache,
&screen->optionCache, sPriv->myNum, "dri");
ctx->pipe = screen->pipe_screen->create_context( screen->pipe_screen,
ctx->pipe = screen->pipe_screen->context_create( screen->pipe_screen,
ctx );
if (ctx->pipe == NULL)