Merge branch 'master' of github.com:adamdruppe/arsd

This commit is contained in:
Adam D. Ruppe 2023-09-16 18:20:23 -04:00
commit baa79764b3
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;