summaryrefslogtreecommitdiff
path: root/browserGrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'browserGrid.h')
-rw-r--r--browserGrid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/browserGrid.h b/browserGrid.h
index c1cf194..339bdc4 100644
--- a/browserGrid.h
+++ b/browserGrid.h
@@ -40,6 +40,8 @@ private:
std::shared_ptr<skindesignerapi::cViewElement> m_pfooter;
std::shared_ptr<skindesignerapi::cViewElement> m_pInfopane;
std::shared_ptr<skindesignerapi::cViewElement> m_pScrollbar;
+ std::shared_ptr<skindesignerapi::cViewElement> m_pWatch;
+ int m_lastsecond;
bool m_bServersAreRoot;
std::vector<cServerElement> m_vServerElements;
@@ -65,6 +67,7 @@ public:
virtual eOSState NavigateBack();
void NextTab();
void PrevTab();
+ bool DrawTime();
virtual void Flush();
};