Clipboard refactor #16
2 changed files with 4 additions and 4 deletions
Merge branch 'master' into clipboard
commit
62fd2adcd1
|
|
@ -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 */
|
||||||
|
|
|
||||||
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue