messagebox can be closed now

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@362 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-16 10:45:58 +00:00
parent 07199650b7
commit c531bf45a0
4 changed files with 13 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
MwWidget wmain;
void destroy(MwWidget handle, void* user, void* call) {
(void)handle;
(void)call;
MwMessageBoxDestroy(user);
}

View File

@@ -2,6 +2,8 @@
#include <Mw/Milsko.h>
void ok(MwWidget handle, void* user, void* call) {
(void)handle;
(void)call;
MwMessageBoxDestroy(user);
}