From 98a301eff519a3fcf8f77055ebaa2c1dce9bb30f Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 19 Jul 2013 15:42:16 +0200 Subject: color buttons displayed as configured in VDR --- footer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'footer.h') 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); -- cgit v1.2.3