classicmacos #17

Merged
IoI_xD merged 4 commits from classicmacos into master 2026-04-16 13:42:32 +09:00
Showing only changes of commit c85b471c43 - Show all commits

Merge branch 'master' into classicmacos
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

IoI_xD 2026-04-15 23:42:22 -05:00

View file

@ -381,7 +381,7 @@ static void mwOpenGLMakeCurrentImpl(MwWidget handle) {
#ifdef USE_GDI
if(handle->lowlevel->common.type == MwLLBackendGDI) {
gdiopengl_t* o = handle->internal;
void (*swap_interval_ext)(int) = NULL;
BOOL (APIENTRY *swap_interval_ext)(int) = NULL;
o->wglMakeCurrent(o->dc, o->gl);