From 821e8e0386189b6eebb50b7d20a27cb35a0546e9 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 19 Feb 2005 02:27:07 +0000 Subject: [PATCH] Re-add OpenGL window, we commented it out and forgot it that way. --- bigscreen/ccbs_bigscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigscreen/ccbs_bigscreen.cpp b/bigscreen/ccbs_bigscreen.cpp index 962de50..17b71df 100644 --- a/bigscreen/ccbs_bigscreen.cpp +++ b/bigscreen/ccbs_bigscreen.cpp @@ -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"); -- 2.39.2