From: Steinar H. Gunderson Date: Sat, 19 Feb 2005 02:27:07 +0000 (+0000) Subject: Re-add OpenGL window, we commented it out and forgot it that way. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=821e8e0386189b6eebb50b7d20a27cb35a0546e9;ds=sidebyside Re-add OpenGL window, we commented it out and forgot it that way. --- 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");