From 437bd14ecc7b09df9dfd5a1521a167a84cb6dfd0 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 21 Oct 2025 18:14:31 +0000 Subject: [PATCH] add constants and etc git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@450 b9cfdab3-6d41-4d17-bbe4-086880011989 --- milsko.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++++ src/filechooser.c | 2 +- 2 files changed, 71 insertions(+), 1 deletion(-) diff --git a/milsko.xml b/milsko.xml index afd4647..dbcbc05 100644 --- a/milsko.xml +++ b/milsko.xml @@ -68,7 +68,39 @@ + + + 0 + + + + + + 0 + + + + 0 + + + + + 0x1 + + + + + + + + 0x0fffffff + 0xf + 0xf0 + 0x10 + 0x20 + 0x40 + 0x80 @@ -263,6 +295,44 @@ +
+ + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/src/filechooser.c b/src/filechooser.c index 4e921de..deea908 100644 --- a/src/filechooser.c +++ b/src/filechooser.c @@ -78,7 +78,7 @@ static void msgbox_okay(MwWidget handle, void* user, void* call) { (void)user; (void)call; - MwDestroyWidget(handle->parent); + MwMessageBoxDestroy(handle->parent); } static void files_activate(MwWidget handle, void* user, void* call) {