git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@756 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-19 07:40:07 +00:00
parent 5b0a5235cc
commit 77e41ee367
3 changed files with 43 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ MwWidget MwMessageBox(MwWidget handle, const char* text, const char* title, unsi
sh.min_width = sh.max_width = w;
sh.min_height = sh.max_height = h;
window = MwVaCreateWidget(MwWindowClass, "messagebox", NULL, wx, wy, w, h,
window = MwVaCreateWidget(MwWindowClass, "messagebox", window, wx, wy, w, h,
MwNtitle, title,
MwNsizeHints, &sh,
NULL);