summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-01-05 00:02:13 +0000
committerTim Redfern <tim@eclectronics.org>2012-01-05 00:02:13 +0000
commit7641fad8ebc4ba0e6412fcb7a556a705c0a6ea2c (patch)
tree5eb40687deac0089d9c054cf62a0fcb3bc2ba50f /src/main.cpp
parent16cc03c435982383627dd01341656d0371ca1f2b (diff)
viewport objectified
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1ed640d..ac9bc8c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -21,7 +21,7 @@
int main( ){
ofAppGlutWindow window;
- ofSetupOpenGL(&window, 512,512, OF_WINDOW); // <-------- setup the GL context
+ ofSetupOpenGL(&window, 800,400, OF_WINDOW); // <-------- 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));