summaryrefslogtreecommitdiff
path: root/libcore/imagecache.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-10-26 08:26:44 +0100
committerlouis <louis.braun@gmx.de>2014-10-26 08:26:44 +0100
commit52d9280c6603edaa24f1e5a3d4abda8983d749ea (patch)
treebf97043c549d7602136fd63f7f160416868dd37b /libcore/imagecache.h
parent1e20f0c893b37f889269500e55f3022f450dfb04 (diff)
downloadvdr-plugin-skindesigner-52d9280c6603edaa24f1e5a3d4abda8983d749ea.tar.gz
vdr-plugin-skindesigner-52d9280c6603edaa24f1e5a3d4abda8983d749ea.tar.bz2
improved menu icon display
Diffstat (limited to 'libcore/imagecache.h')
-rw-r--r--libcore/imagecache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcore/imagecache.h b/libcore/imagecache.h
index a0264d8..db56a67 100644
--- a/libcore/imagecache.h
+++ b/libcore/imagecache.h
@@ -28,7 +28,7 @@ public:
//icons
void CacheIcon(eImageType type, string path, int width, int height);
cImage *GetIcon(eImageType type, string name, int width, int height);
- string GetIconName(string label);
+ string GetIconName(string label, eMenuCategory cat = mcUndefined);
//skinparts
void CacheSkinpart(string path, int width, int height);
cImage *GetSkinpart(string name, int width, int height);