forked from pyrite-dev/milsko
add MwReparent
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@726 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
45c8395839
commit
d7325cd228
6 changed files with 55 additions and 32 deletions
|
|
@ -8,7 +8,7 @@ void ok(MwWidget handle, void* user, void* call) {
|
|||
}
|
||||
|
||||
void spawn(MwWidget handle, void* user, void* call) {
|
||||
MwWidget mb = MwMessageBox(handle, "news has arrived!", "title", MwMB_ICONNEWS | MwMB_BUTTONOK);
|
||||
MwWidget mb = MwMessageBox(user, "news has arrived!", "title", MwMB_ICONNEWS | MwMB_BUTTONOK);
|
||||
|
||||
(void)handle;
|
||||
(void)call;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue