mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-15 02:38:28 +02:00
st/wgl: add missing paramter
This commit is contained in:
parent
7ce6b31306
commit
80f86d22b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue