diff --git a/mauplay/main.c b/mauplay/main.c index 5a735af..70e534d 100644 --- a/mauplay/main.c +++ b/mauplay/main.c @@ -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, diff --git a/mbiff/main.c b/mbiff/main.c index c740a39..0ecd05a 100644 --- a/mbiff/main.c +++ b/mbiff/main.c @@ -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"); diff --git a/mclock/clock.c b/mclock/clock.c index bcc1fb6..8ab7ca7 100644 --- a/mclock/clock.c +++ b/mclock/clock.c @@ -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); diff --git a/mcompass/main.c b/mcompass/main.c index 21920ef..908d3a2 100644 --- a/mcompass/main.c +++ b/mcompass/main.c @@ -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); diff --git a/mimview/main.c b/mimview/main.c index 9371835..239cc10 100644 --- a/mimview/main.c +++ b/mimview/main.c @@ -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);