From 0309e35763702675e03bf993b6350a004c267ed3 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 10 Dec 2012 23:25:07 +0000 Subject: ready for demo with tiger glass --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 3d1510f..d4602e6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,11 +14,11 @@ #endif //======================================================================== -int main( ){ +int main(){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context - //ofSetupOpenGL(&window, 1024,300, OF_WINDOW); + //ofSetupOpenGL(&window, 1024,300, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 3840,720, OF_FULLSCREEN); glutIgnoreKeyRepeat(1); glutSetKeyRepeat(GLUT_KEY_REPEAT_OFF); //these don't work!!! printf("key repeat ignore: %i\n",glutDeviceGet(GLUT_DEVICE_IGNORE_KEY_REPEAT)); -- cgit v1.2.3