summaryrefslogtreecommitdiff
path: root/menuApp/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'menuApp/src/ofApp.h')
-rw-r--r--menuApp/src/ofApp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/menuApp/src/ofApp.h b/menuApp/src/ofApp.h
index 1c1f747..c9a9892 100644
--- a/menuApp/src/ofApp.h
+++ b/menuApp/src/ofApp.h
@@ -11,6 +11,7 @@
#define FONTSPACING FONTSIZE*2.3 // 30
#define POLL_INTERVAL 60.0
#define MENUTAG "#hangdai"
+#define SCREENGRABFILEPATH "../../../../../../../../home/tim/Dropbox/menugrab/menu.png"
class menuItem {
public:
@@ -48,7 +49,10 @@ class ofApp : public ofBaseApp{
ofxThreadedImageLoader getImages;
std::string menutag;
- void loadInstagramFeed();
+ bool loadInstagramFeed();
+
+ bool isGrabbed;
+ bool primed; //this is a weird one
float lastPoll;