This commit is contained in:
Nishi 2025-12-19 22:43:35 +09:00
commit d07a84c7cf
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 4 additions and 2 deletions

View file

@ -46,6 +46,8 @@ int main(int argc, char** argv) {
root = MwVaCreateWidget(NULL, "root", NULL, 0, 0, 0, 0,
MwNwaitMS, 15,
MwNbitmapFont, 0,
MwNmodernLook, 1,
NULL);
window = MwVaCreateWidget(MwWindowClass, "main", root, 0, 0, 640, 480,