]> git.sesse.net Git - ccbs/blobdiff - bigscreen/ccbs_bigscreen.cpp
Move the theming out to a runtime-read config file. Opens, among others, for differen...
[ccbs] / bigscreen / ccbs_bigscreen.cpp
index ce65d043a349e7d74b3c8e8a3f0688fa6b2cd14e..05b32b89cec2b341630eeada909ee718bc0cd149 100644 (file)
@@ -13,6 +13,7 @@
 #include "fetch_group.h"
 #include "fetch_auxilliary_screens.h"
 #include "fonts.h"
+#include "theme.h"
 #include "groupscreen.h"
 #include "top10scorescreen.h"
 #include "top5chosenscreen.h"
@@ -195,6 +196,7 @@ int main(int argc, char **argv)
        }
        
        try {
+               init_theme();
                init_freetype();
                pqxx::connection conn("dbname=ccbs host=www.positivegaming.com user=ccbs password=GeT|>>B_");
                FlagTrigger tournament_changed(conn, "active_tournament");