summaryrefslogtreecommitdiff
path: root/styledpixmap.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-05-26 11:38:05 +0200
committerlouis <louis.braun@gmx.de>2013-05-26 11:38:05 +0200
commit812fd1b7a5aeb67d4139255a6df8230c420ea57e (patch)
tree36e0408bf9f4191b37cf11bd9dd01e381d105f6e /styledpixmap.h
parent9f47ab764efc83d8bf94f25c4badeb6e4c91c649 (diff)
downloadvdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.gz
vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.bz2
whitespace cleanup
Diffstat (limited to 'styledpixmap.h')
-rw-r--r--styledpixmap.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/styledpixmap.h b/styledpixmap.h
index ef54081..ac974be 100644
--- a/styledpixmap.h
+++ b/styledpixmap.h
@@ -5,13 +5,13 @@
class cStyledPixmap {
private:
- void drawVerticalLine(int x, int yStart, int yStop, tColor col);
- void drawHorizontalLine(int y, int xStart, int xStop, tColor col);
+ void drawVerticalLine(int x, int yStart, int yStop, tColor col);
+ void drawHorizontalLine(int y, int xStart, int xStop, tColor col);
protected:
- cPixmap *pixmap;
- tColor color;
- tColor colorBlending;
- void setPixmap(cPixmap *pixmap);
+ cPixmap *pixmap;
+ tColor color;
+ tColor colorBlending;
+ void setPixmap(cPixmap *pixmap);
public:
cStyledPixmap(void);
cStyledPixmap(cPixmap *pixmap);