Merge pull request #397 from 0xEAB/master

Fix version(without_opengl) code path
This commit is contained in:
Adam D. Ruppe 2023-09-16 18:20:09 -04:00 committed by GitHub
commit 4c01e9286b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1535,6 +1535,7 @@ void setOpenGLContextVersion() (ubyte hi, ubyte lo) { sdpyOpenGLContextVersion =
History:
Added April 24, 2023 (dub v11.0)
+/
version(without_opengl) {} else
auto openGLCurrentContext() {
version(Windows)
return wglGetCurrentContext();
@ -14965,6 +14966,7 @@ mixin DynamicLoad!(XRandr, "Xrandr", 2, XRandrLibrarySuccessfullyLoaded) XRandrL
customEventFDWrite = -1;
}
version(without_opengl) {} else
if(glc !is null) {
glXDestroyContext(display, glc);
glc = null;