git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@662 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-11 11:35:08 +00:00
parent a7fa520027
commit 8583f45cbf
3 changed files with 12 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ MwWidget MwMessageBox(MwWidget handle, const char* text, const char* title, unsi
p.x = (ww - w) / 2;
p.y = (wh - h) / 2;
window = MwVaCreateWidget(MwWindowClass, "messagebox", handle, p.x, p.y, w, h,
window = MwVaCreateWidget(MwWindowClass, "messagebox", handle, 0, 0, w, h,
MwNtitle, title,
NULL);