mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[OPENGL32]
* use MakeCurrent(NULL, NULL) to unset the current context. svn path=/trunk/; revision=56916
This commit is contained in:
parent
84d5a017bf
commit
1f4032c1e2
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ rosglDeleteContext( HGLRC hglrc )
|
|||
return FALSE;
|
||||
}
|
||||
/* Unset it before going further */
|
||||
rosglMakeCurrent(glrc->hdc, NULL);
|
||||
rosglMakeCurrent(NULL, NULL);
|
||||
}
|
||||
|
||||
/* release ICD's context */
|
||||
|
|
Loading…
Reference in a new issue