From 4c61104675de5f1fac7e7fa95fb5743e18defc02 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 21 Dec 2013 11:25:03 +0100 Subject: Version 1.2.0pre --- footer.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'footer.h') 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); -- cgit v1.2.3