driswrast: Fix more context creation breakage

Pointed out by Colin Harrison.
This commit is contained in:
Kristian Høgsberg 2010-05-03 08:00:10 -04:00
parent 4b891234f8
commit 9ab3df4ebb
1 changed files with 2 additions and 1 deletions

View File

@ -501,7 +501,8 @@ swrast_init_driver_functions(struct dd_function_table *driver)
*/
static GLboolean
dri_create_context(const __GLcontextModes * visual,
dri_create_context(gl_api api,
const __GLcontextModes * visual,
__DRIcontext * cPriv, void *sharedContextPrivate)
{
struct dri_context *ctx = NULL;