st/wgl: add missing paramter
authorKeith Whitwell <keithw@vmware.com>
Wed, 10 Mar 2010 09:52:25 +0000 (09:52 +0000)
committerKeith Whitwell <keithw@vmware.com>
Wed, 10 Mar 2010 09:52:25 +0000 (09:52 +0000)
src/gallium/state_trackers/wgl/stw_context.c

index 866f485..1f11b64 100644 (file)
@@ -367,7 +367,7 @@ success:
 fail:
    if(fb)
       stw_framebuffer_release(fb);
-   st_make_current( NULL, NULL, NULL );
+   st_make_current( NULL, NULL, NULL, NULL );
    return FALSE;
 }