diff options
author | louis <louis.braun@gmx.de> | 2013-05-26 11:38:05 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-05-26 11:38:05 +0200 |
commit | 812fd1b7a5aeb67d4139255a6df8230c420ea57e (patch) | |
tree | 36e0408bf9f4191b37cf11bd9dd01e381d105f6e /footer.h | |
parent | 9f47ab764efc83d8bf94f25c4badeb6e4c91c649 (diff) | |
download | vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.gz vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.bz2 |
whitespace cleanup
Diffstat (limited to 'footer.h')
-rw-r--r-- | footer.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |