]> git.sesse.net Git - ccbs/blobdiff - bigscreen/ccbs_bigscreen.cpp
Import TinyPTC 0.7.3 sources, switch from OpenGL to TinyPTC for now.
[ccbs] / bigscreen / ccbs_bigscreen.cpp
index 5df9dcdc989ec6defcdc0d4f0f61a710f49adf4a..684f423777db0214390df3ae07634984ad3de814 100644 (file)
@@ -5,8 +5,7 @@
 #include <pqxx/pqxx>
 #include <ft2build.h>
 #include FT_FREETYPE_H
-
-#include "glwindow.h"
+#include <tinyptc.h>
 
 iconv_t ucs4_iconv;
 
@@ -182,7 +181,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);
+       ptc_open("CCBS bigscreen", 800, 600);
        
        try {
                init_freetype();