forked from pyrite-dev/milsko
probably it is better to do this way
This commit is contained in:
parent
4e4da8659e
commit
712a640f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ static void mwOpenGLMakeCurrentImpl(MwWidget handle) {
|
|||
#ifdef USE_GDI
|
||||
if(handle->lowlevel->common.type == MwLLBackendGDI) {
|
||||
gdiopengl_t* o = handle->internal;
|
||||
int (__stdcall *swap_interval_ext)(int) = NULL;
|
||||
BOOL (APIENTRY *swap_interval_ext)(int) = NULL;
|
||||
|
||||
o->wglMakeCurrent(o->dc, o->gl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue