From b963cf0075bf5786f8112b2572b7a94afb132796 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 30 Apr 2014 21:20:17 +0100 Subject: switched main and gui windows --- le_new/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'le_new/src/main.cpp') 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 -- cgit v1.2.3