From 4932c641ee7deb759eeb8c21840f6ed8db7f236d Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 2 Mar 2013 15:31:10 +0100 Subject: nOpacity mirrored --- imageloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imageloader.h') 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; -- cgit v1.2.3