aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r--src/ClockTool.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh
index 7a54b43..9993ee6 100644
--- a/src/ClockTool.hh
+++ b/src/ClockTool.hh
@@ -62,6 +62,9 @@ public:
62 unsigned int height() const; 62 unsigned int height() const;
63 unsigned int borderWidth() const; 63 unsigned int borderWidth() const;
64 inline const std::string &timeFormat() const { return *m_timeformat; } 64 inline const std::string &timeFormat() const { return *m_timeformat; }
65
66 void setOrientation(FbTk::Orientation orient);
67
65private: 68private:
66 void updateTime(); 69 void updateTime();
67 void update(FbTk::Subject *subj); 70 void update(FbTk::Subject *subj);