summaryrefslogtreecommitdiff
path: root/imageloader.h
diff options
context:
space:
mode:
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;