Clipboard refactor #16

Merged
IoI_xD merged 8 commits from clipboard into master 2026-04-16 13:53:42 +09:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 62fd2adcd1 - Show all commits

Merge branch 'master' into clipboard

IoI_xD 2026-04-15 23:47:00 -05:00

View file

@ -380,8 +380,8 @@ static void mwOpenGLMakeCurrentImpl(MwWidget handle) {
#ifdef USE_GDI
if(handle->lowlevel->common.type == MwLLBackendGDI) {
gdiopengl_t* o = handle->internal;
BOOL (APIENTRY *swap_interval_ext)(int) = NULL;
gdiopengl_t* o = handle->internal;
BOOL(APIENTRY * swap_interval_ext)(int) = NULL;
o->wglMakeCurrent(o->dc, o->gl);
@ -498,7 +498,7 @@ static void func_handler(MwWidget handle, const char* name, void* out,
}
}
MwClassRec MwOpenGLClassRec = {create, /* create */
MwClassRec MwOpenGLClassRec = {wcreate, /* create */
destroy, /* destroy */
NULL, /* draw */
NULL, /* click */

View file

@ -111,7 +111,7 @@ static void func_handler(MwWidget handle, const char* name, void* out,
@end
MwClassRec MwOpenGLClassRec = {create, /* create */
MwClassRec MwOpenGLClassRec = {wcreate, /* create */
destroy, /* destroy */
NULL, /* draw */
NULL, /* click */