diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-10 12:43:49 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-10 12:43:49 +0000 |
| commit | 18005f2b5b2aa61b4afa0964b60062fa63abfa06 (patch) | |
| tree | 3a38a5adb5ae96eb84bbb33f5e7a3a243e001285 /src/main.cpp | |
| parent | 7aa82f00186fe296ba0f818ce6cfe6cb4317bd68 (diff) | |
2 screens
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
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)); |
