force classic theme

This commit is contained in:
Nishi 2025-12-19 22:13:49 +09:00
commit 6f166ec7d3
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 5 additions and 0 deletions

View file

@ -160,6 +160,7 @@ int main() {
window = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 600, 400,
MwNtitle, "mauplay",
MwNmodernLook, 0,
NULL);
menu = MwCreateWidget(MwMenuClass, "menu", window, 0, 0, 0, 0);
albumframe = MwVaCreateWidget(MwFrameClass, "albumframe", window, 0, 0, 0, 0,

View file

@ -56,6 +56,7 @@ int main() {
window = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 128, 128,
MwNtitle, "mbiff",
MwNmodernLook, 0,
NULL);
empty = MwLoadImage(window, ICON128DIR "/mailempty.png");

View file

@ -141,6 +141,7 @@ int main() {
window = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 150, 150,
MwNtitle, "mclock",
MwNmodernLook, 0,
NULL);
opengl = MwCreateWidget(MwOpenGLClass, "opengl", window, 0, 0, 150, 150);

View file

@ -135,6 +135,7 @@ int main() {
window = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 150, 150,
MwNtitle, "mcompass",
MwNmodernLook, 0,
NULL);
opengl = MwCreateWidget(MwOpenGLClass, "opengl", window, 0, 0, 150, 150);

View file

@ -79,6 +79,7 @@ int main(int argc, char** argv) {
window = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 320, 320,
MwNtitle, "mimview",
MwNmodernLook, 0,
NULL);
menu = MwCreateWidget(MwMenuClass, "menu", window, 0, 0, 0, 0);
image = MwCreateWidget(MwImageClass, "image", window, 0, 0, 0, 0);