]> git.sesse.net Git - ccbs/commitdiff
Re-add OpenGL window, we commented it out and forgot it that way.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sat, 19 Feb 2005 02:27:07 +0000 (02:27 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sat, 19 Feb 2005 02:27:07 +0000 (02:27 +0000)
bigscreen/ccbs_bigscreen.cpp

index 962de509fd0f6e8a209ed52341ebe79fd80d95b5..17b71df61154d8364861df88db16910cc47ccf3a 100644 (file)
@@ -167,7 +167,7 @@ int main(int argc, char **argv)
 {
        ucs4_iconv = iconv_open("ucs-4", "utf-8");
        
-//     GLWindow glw("CCBS bigscreen", 800, 600, 32, false, 16, -1);
+       GLWindow glw("CCBS bigscreen", 800, 600, 32, false, 16, -1);
        try {
                pqxx::connection conn("dbname=ccbs host=altersex.samfundet.no user=ccbs password=GeT|>>B_");
                FlagTrigger tournament_changed(conn, "active_tournament");