forked from pyrite-dev/milsko
remove MwMessageBoxDestroy, introduce destroy_inject
This commit is contained in:
parent
20d1a455e7
commit
a59154d5f1
9 changed files with 22 additions and 22 deletions
|
|
@ -91,6 +91,7 @@ struct _MwWidget {
|
|||
void* internal;
|
||||
void* opaque;
|
||||
void (*draw_inject)(MwWidget handle);
|
||||
void (*destroy_inject)(MwWidget handle);
|
||||
|
||||
MwIntegerKeyValue* integer;
|
||||
MwTextKeyValue* text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue