diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-04-30 21:20:17 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-04-30 21:20:17 +0100 |
| commit | b963cf0075bf5786f8112b2572b7a94afb132796 (patch) | |
| tree | e09815da9d367d78cb28bbc226a04e9487868528 /le_new/src/main.cpp | |
| parent | be177f9fd888db8668d867c31f6d3dc1c511c0f8 (diff) | |
switched main and gui windows
Diffstat (limited to 'le_new/src/main.cpp')
| -rw-r--r-- | le_new/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/le_new/src/main.cpp b/le_new/src/main.cpp index fde3a48..4beb7c9 100644 --- a/le_new/src/main.cpp +++ b/le_new/src/main.cpp @@ -1,5 +1,5 @@ #include "ofMain.h" -#include "testApp.h" +#include "ofApp.h" #include "ofxFensterManager.h" #include "ofAppGlutWindow.h" @@ -7,7 +7,7 @@ int main( ){ //ofxFensterManager::setup(4080,768,OF_WINDOW); - ofxFensterManager::setup(1440,270,OF_WINDOW); + ofxFensterManager::setup(250,400,OF_WINDOW); // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
