summaryrefslogtreecommitdiff
path: root/glcdskin/skin.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcdskin/skin.h')
-rw-r--r--glcdskin/skin.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/glcdskin/skin.h b/glcdskin/skin.h
index a095ebb..048c193 100644
--- a/glcdskin/skin.h
+++ b/glcdskin/skin.h
@@ -43,6 +43,8 @@ private:
cSkinDisplays displays;
cSkinVariables mVariables;
cImageCache * mImageCache;
+ uint64_t tsEvalTick;
+ uint64_t tsEvalSwitch;
public:
cSkin(cSkinConfig & Config, const std::string & Name);
@@ -66,6 +68,11 @@ public:
cColor GetBackgroundColor(void) { return config.GetDriver()->GetBackgroundColor(); }
cColor GetForegroundColor(void) { return config.GetDriver()->GetForegroundColor(); }
+
+ void SetTSEvalTick(uint64_t ts) { tsEvalTick = ts; }
+ void SetTSEvalSwitch(uint64_t ts) { tsEvalSwitch = ts; }
+ const uint64_t GetTSEvalTick(void) { return tsEvalTick; }
+ const uint64_t GetTSEvalSwitch(void) { return tsEvalSwitch; }
};
} // end of namespace