git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@187 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-07 02:15:06 +00:00
parent 5460ca4639
commit f70b20a6e6
7 changed files with 8013 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
#include "../external/stb_ds.h"
static int create(MwWidget handle) {
/* todo: we should have a public "show" function here that is implemented per
/* todo: we should have a public "show" function here that is implemented per
platform, as opposed to just shoving it here. perchance. */
#ifdef _WIN32
ShowWindow(handle->lowlevel->hWnd, SW_HIDE);
@@ -188,7 +188,6 @@ void MwSubMenuAppear(MwWidget handle, MwMenu menu, MwPoint* point) {
ShowWindow(handle->lowlevel->hWnd, SW_NORMAL);
SetFocus(handle->lowlevel->hWnd);
#else
#endif
for(i = 0; i < arrlen(menu->sub); i++) {