summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-02-05 23:13:12 +0000
committerTim Redfern <tim@eclectronics.org>2012-02-05 23:13:12 +0000
commited2d4581aa354d6c4040b061349fbe38f8af5e45 (patch)
treeaa23dac5f906a1fba7e893c040a13acfdcf259ba /src/main.cpp
parentdc4013f1380e9fabd6565c741664daed6d8cd7db (diff)
restore settings correctly
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 15650ab..d8de5c8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -17,8 +17,8 @@
int main( ){
ofAppGlutWindow window;
- //ofSetupOpenGL(&window, 1024,768, OF_FULLSCREEN); // <-------- setup the GL context
- ofSetupOpenGL(&window, 1024,300, OF_WINDOW);
+ ofSetupOpenGL(&window, 1440,900, OF_FULLSCREEN); // <-------- setup the GL context
+ //ofSetupOpenGL(&window, 1024,300, OF_WINDOW);
glutIgnoreKeyRepeat(1);
glutSetKeyRepeat(GLUT_KEY_REPEAT_OFF); //these don't work!!!
printf("key repeat ignore: %i\n",glutDeviceGet(GLUT_DEVICE_IGNORE_KEY_REPEAT));