summaryrefslogtreecommitdiff
path: root/menuitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'menuitem.h')
-rw-r--r--menuitem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menuitem.h b/menuitem.h
index ff1403c..07e13de 100644
--- a/menuitem.h
+++ b/menuitem.h
@@ -145,13 +145,14 @@ private:
std::string strEntry;
std::string strEntryFull;
std::string strDateTime;
+ cRect *vidWin;
void SetTextFull(void);
void SetTextShort(void);
void DrawBackground(int textLeft);
void DrawLogo(int logoWidth, int logoHeight);
std::string CreateDate(void);
public:
- cNopacityTimerMenuItem(cOsd *osd, cImageCache *imgCache, const cTimer *Timer, bool sel);
+ cNopacityTimerMenuItem(cOsd *osd, cImageCache *imgCache, const cTimer *Timer, bool sel, cRect *vidWin);
~cNopacityTimerMenuItem(void);
void CreatePixmapTextScroller(int totalWidth);
void CreateText(void);