summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@baker.(none)>2012-12-10 23:25:07 +0000
committerTim Redfern <tim@baker.(none)>2012-12-10 23:25:07 +0000
commit0309e35763702675e03bf993b6350a004c267ed3 (patch)
tree1fb3da7b2fb83185557de682eb214b8b7d3576c4 /src/main.cpp
parentec11fe054dedc8c892df1918640fd056f5aebab7 (diff)
ready for demo with tiger glass
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3d1510f..d4602e6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -14,11 +14,11 @@
#endif
//========================================================================
-int main( ){
+int main(){
ofAppGlutWindow window;
- ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context
- //ofSetupOpenGL(&window, 1024,300, OF_WINDOW);
+ //ofSetupOpenGL(&window, 1024,300, OF_WINDOW); // <-------- setup the GL context
+ ofSetupOpenGL(&window, 3840,720, OF_FULLSCREEN);
glutIgnoreKeyRepeat(1);
glutSetKeyRepeat(GLUT_KEY_REPEAT_OFF); //these don't work!!!
printf("key repeat ignore: %i\n",glutDeviceGet(GLUT_DEVICE_IGNORE_KEY_REPEAT));