summaryrefslogtreecommitdiff
path: root/menuitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'menuitem.h')
-rw-r--r--menuitem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/menuitem.h b/menuitem.h
index 1cf63e5..e92434f 100644
--- a/menuitem.h
+++ b/menuitem.h
@@ -106,8 +106,11 @@ private:
const cChannel *Channel;
std::string strEntry;
std::string strEntryFull;
+ cString strChannelSource;
+ cString strChannelInfo;
void SetTextFull(void);
void SetTextShort(void);
+ void DrawBackground(int handleBackground);
public:
cNopacityChannelMenuItem(cOsd *osd, const cChannel *Channel, bool sel);
~cNopacityChannelMenuItem(void);