add return code for some stuff

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@156 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-04 13:57:28 +00:00
parent 121b75ac69
commit 68510eff6b
12 changed files with 82 additions and 17 deletions

View File

@@ -3,13 +3,15 @@
#include "../external/stb_ds.h"
static void create(MwWidget handle) {
static int create(MwWidget handle) {
#ifdef _WIN32
#else
XUnmapWindow(handle->lowlevel->display, handle->lowlevel->window);
#endif
MwSetDefault(handle);
return 0;
}
static void null_all(MwMenu menu) {