summaryrefslogtreecommitdiff
path: root/imageloader.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-03-02 15:31:10 +0100
committerlouis <louis.braun@gmx.de>2013-03-02 15:31:10 +0100
commit4932c641ee7deb759eeb8c21840f6ed8db7f236d (patch)
treee6aa911501b7619cfa39b4b64e216d1cc3bcdfd9 /imageloader.h
parentd099b5d5f922e6773ad5c5165e951fc280c5c5c1 (diff)
downloadskin-nopacity-4932c641ee7deb759eeb8c21840f6ed8db7f236d.tar.gz
skin-nopacity-4932c641ee7deb759eeb8c21840f6ed8db7f236d.tar.bz2
nOpacity mirrored
Diffstat (limited to 'imageloader.h')
-rw-r--r--imageloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/imageloader.h b/imageloader.h
index 0b3f13b..a5a0b5f 100644
--- a/imageloader.h
+++ b/imageloader.h
@@ -21,7 +21,7 @@ public:
bool LoadAdditionalEPGImage(cString name);
bool LoadRecordingImage(cString Path);
bool LoadAdditionalRecordingImage(cString path, cString name);
- void DrawBackground(tColor back, tColor blend, int width, int height);
+ void DrawBackground(tColor back, tColor blend, int width, int height, bool mirror = false);
void DrawBackground2(tColor back, tColor blend, int width, int height);
private:
Image buffer;