This commit is contained in:
parent
6f9b3c12a7
commit
4e4da8659e
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ static void mwOpenGLMakeCurrentImpl(MwWidget handle) {
|
||||||
#ifdef USE_GDI
|
#ifdef USE_GDI
|
||||||
if(handle->lowlevel->common.type == MwLLBackendGDI) {
|
if(handle->lowlevel->common.type == MwLLBackendGDI) {
|
||||||
gdiopengl_t* o = handle->internal;
|
gdiopengl_t* o = handle->internal;
|
||||||
void (*swap_interval_ext)(int) = NULL;
|
int (__stdcall *swap_interval_ext)(int) = NULL;
|
||||||
|
|
||||||
o->wglMakeCurrent(o->dc, o->gl);
|
o->wglMakeCurrent(o->dc, o->gl);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue