summaryrefslogtreecommitdiff
path: root/footer.h
diff options
context:
space:
mode:
Diffstat (limited to 'footer.h')
-rw-r--r--footer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/footer.h b/footer.h
index 1c75a14..b6b7cc6 100644
--- a/footer.h
+++ b/footer.h
@@ -10,8 +10,10 @@ private:
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);
public:
cFooter(cChannelGroups *channelGroups);