summaryrefslogtreecommitdiff
path: root/libcore/imagecache.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-11-15 15:49:48 +0100
committerlouis <louis.braun@gmx.de>2014-11-15 15:49:48 +0100
commitc53e9e3a05ce74c47b6931907a655a0863a8478d (patch)
treedcb53833679c2dda092a43e65746099f9e64165d /libcore/imagecache.h
parent182a6df2a93d81c3887c48fc77c62ae49b6cb21b (diff)
downloadvdr-plugin-skindesigner-c53e9e3a05ce74c47b6931907a655a0863a8478d.tar.gz
vdr-plugin-skindesigner-c53e9e3a05ce74c47b6931907a655a0863a8478d.tar.bz2
fixed {hasicon} Token in displaymenu header
Diffstat (limited to 'libcore/imagecache.h')
-rw-r--r--libcore/imagecache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcore/imagecache.h b/libcore/imagecache.h
index 4e88600..95148b2 100644
--- a/libcore/imagecache.h
+++ b/libcore/imagecache.h
@@ -26,6 +26,7 @@ public:
void CacheIcon(eImageType type, string path, int width, int height);
cImage *GetIcon(eImageType type, string name, int width, int height);
string GetIconName(string label, eMenuCategory cat = mcUndefined);
+ bool MenuIconExists(string name);
//skinparts
void CacheSkinpart(string path, int width, int height);
cImage *GetSkinpart(string name, int width, int height);