From 18005f2b5b2aa61b4afa0964b60062fa63abfa06 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 10 Jan 2012 12:43:49 +0000 Subject: 2 screens --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 57716da..9527ea6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,7 +17,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 800,400, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 1600,480, OF_FULLSCREEN); // <-------- setup the GL context 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