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

This commit is contained in:
Nishi 2026-09-15 12:07:02 +09:00
commit 5d14444de0

View file

@ -49,8 +49,6 @@ int main() {
document = MwVaCreateWidget(MwDocumentClass, "document", MwViewportGetViewport(viewport), 0, 0, 0, 0, document = MwVaCreateWidget(MwDocumentClass, "document", MwViewportGetViewport(viewport), 0, 0, 0, 0,
MwNtext, text, MwNtext, text,
MwNbackground, "#fff",
MwNforeground, "#000",
NULL); NULL);
MwAddUserHandler(window, MwNresizeHandler, resize_window, NULL); MwAddUserHandler(window, MwNresizeHandler, resize_window, NULL);