diff options
Diffstat (limited to 'timeline.h')
-rw-r--r-- | timeline.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |