summaryrefslogtreecommitdiff
path: root/footer.h
diff options
context:
space:
mode:
Diffstat (limited to 'footer.h')
-rw-r--r--footer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/footer.h b/footer.h
index 9a640bd..51fc096 100644
--- a/footer.h
+++ b/footer.h
@@ -9,15 +9,12 @@
class cFooter {
private:
cPixmap *footer;
- int buttonWidth;
- int buttonHeight;
int buttonY;
- int buttonBorder;
int positionButtons[4];
cChannelGroups *channelGroups;
int currentGroup;
void SetButtonPositions(void);
- void DrawButton(const char *text, tColor color, tColor borderColor, int num);
+ void DrawButton(const char *text, tColor color, tColor borderColor, eOsdElementType buttonType, int num);
public:
cFooter(cChannelGroups *channelGroups);
virtual ~cFooter(void);