summaryrefslogtreecommitdiff
path: root/libcore/imagecache.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-25 11:48:30 +0100
committerlouis <louis.braun@gmx.de>2015-01-25 11:48:30 +0100
commitf33d44eda968392c5c7e3a83cfe5ba3490ab9d84 (patch)
treeb7e6182211b743b6e4687028367753b64d9fe9a5 /libcore/imagecache.h
parenta74cb93163146e547abc641638874697904672e5 (diff)
downloadvdr-plugin-skindesigner-f33d44eda968392c5c7e3a83cfe5ba3490ab9d84.tar.gz
vdr-plugin-skindesigner-f33d44eda968392c5c7e3a83cfe5ba3490ab9d84.tar.bz2
check icons, menuicons and skinparts additionally directly in skin folder
Diffstat (limited to 'libcore/imagecache.h')
-rw-r--r--libcore/imagecache.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libcore/imagecache.h b/libcore/imagecache.h
index 95148b2..086d8e4 100644
--- a/libcore/imagecache.h
+++ b/libcore/imagecache.h
@@ -41,8 +41,10 @@ private:
static string items[16];
cImage *tempStaticLogo;
string logoPath;
- string iconPath;
- string skinPartsPath;
+ string iconPathSkin;
+ string skinPartsPathSkin;
+ string iconPathTheme;
+ string skinPartsPathTheme;
map<string, cImage*> iconCache;
map<string, cImage*> channelLogoCache;
map<string, cImage*> skinPartsCache;