summaryrefslogtreecommitdiff
path: root/timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'timeline.h')
-rw-r--r--timeline.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/timeline.h b/timeline.h
index 45fe673..7c424e8 100644
--- a/timeline.h
+++ b/timeline.h
@@ -13,6 +13,7 @@ private:
cPixmap *timeline;
cStyledPixmap *clock;
cPixmap *timeBase;
+ cString lastClock;
void decorateTile(int posX, int posY, int tileWidth, int tileHeight);
void drawRoundedCorners(int posX, int posY, int width, int height, int radius);
cImage *createBackgroundImage(int width, int height, tColor clrBgr, tColor clrBlend);
@@ -23,7 +24,7 @@ public:
void setTimeline();
void drawDateViewer();
void drawTimeline();
- void drawClock();
+ bool drawClock();
};
#endif //__TVGUIDE_TIMELINE_H