summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-01-10 12:43:49 +0000
committerTim Redfern <tim@eclectronics.org>2012-01-10 12:43:49 +0000
commit18005f2b5b2aa61b4afa0964b60062fa63abfa06 (patch)
tree3a38a5adb5ae96eb84bbb33f5e7a3a243e001285 /src/main.cpp
parent7aa82f00186fe296ba0f818ce6cfe6cb4317bd68 (diff)
2 screens
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 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));