Merge branch 'jojo61:master' into master

This commit is contained in:
dnehring7
2022-10-03 12:27:16 +02:00
committed by GitHub
4 changed files with 22 additions and 5 deletions

View File

@@ -1216,7 +1216,7 @@ static void EglExit(void) {
// must destroy glx
// if (glXGetCurrentContext() == glxContext) {
// if currently used, set to none
glXMakeCurrent(XlibDisplay, None, NULL);
// glXMakeCurrent(XlibDisplay, None, NULL);
// }
if (OSDcontext) {
glXDestroyContext(XlibDisplay, OSDcontext);