comment
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-30 12:35:42 +09:00
commit d1f97c0fa4
5 changed files with 14 additions and 8 deletions

View file

@ -313,8 +313,8 @@ int main() {
w = child(f);
MwViewportSetSize(w, 512, 512);
MwVaCreateWidget(MwSubWindowClass, "swnd", MwViewportGetViewport(w), 32, 32, 128, 128,
MwNtitle, "Sub window",
NULL);
MwNtitle, "Sub window",
NULL);
add(f);
#endif