summaryrefslogtreecommitdiff
path: root/footer.h
diff options
context:
space:
mode:
Diffstat (limited to 'footer.h')
-rw-r--r--footer.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/footer.h b/footer.h
index 805ab0a..3e9c042 100644
--- a/footer.h
+++ b/footer.h
@@ -5,19 +5,19 @@
class cFooter {
private:
- cPixmap *footer;
- int buttonWidth;
+ cPixmap *footer;
+ int buttonWidth;
int buttonHeight;
int buttonY;
int buttonBorder;
void DrawButton(const char *text, tColor color, tColor borderColor, int num);
public:
- cFooter();
- virtual ~cFooter(void);
- void drawRedButton();
- void drawGreenButton();
- void drawYellowButton();
- void drawBlueButton();
+ cFooter();
+ virtual ~cFooter(void);
+ void drawRedButton();
+ void drawGreenButton();
+ void drawYellowButton();
+ void drawBlueButton();
};
#endif //__TVGUIDE_FOOTER_H \ No newline at end of file