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

@ -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 */ destroy, /* destroy */
NULL, /* draw */ NULL, /* draw */
NULL, /* click */ NULL, /* click */

View file

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