diff --git a/src/main.c b/src/main.c index 29b7f6cd..626c0d8e 100644 --- a/src/main.c +++ b/src/main.c @@ -8,7 +8,6 @@ #include "menu/menu.h" struct rcxml rc = { 0 }; -struct theme theme = { 0 }; static const char labwc_usage[] = "Usage: labwc [-h] [-s ] [-c ] [-v]\n"; @@ -76,6 +75,7 @@ main(int argc, char *argv[]) server_init(&server); server_start(&server); + struct theme theme = { 0 }; theme_init(&theme, server.renderer, rc.theme_name); server.theme = &theme;