st/wgl: add missing paramter

This commit is contained in:
Keith Whitwell
2010-03-10 09:52:25 +00:00
parent 7ce6b31306
commit 80f86d22b2

View 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;
}