mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 10:23:27 +00:00
fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@187 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user