diff options
author | louis <louis.braun@gmx.de> | 2013-02-03 17:35:03 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-02-03 17:35:03 +0100 |
commit | 119f1471ce11bb5d3ae9dfae38e4c0d2649ed4de (patch) | |
tree | 7ecc5ebe760acae5832fa12ec973241675dde265 /imageloader.h | |
parent | cc9729d480129b47b272ef802aac5c5827ae5728 (diff) | |
download | skin-nopacity-119f1471ce11bb5d3ae9dfae38e4c0d2649ed4de.tar.gz skin-nopacity-119f1471ce11bb5d3ae9dfae38e4c0d2649ed4de.tar.bz2 |
Changed Disc Usage Info display, size individually configurable
Diffstat (limited to 'imageloader.h')
-rw-r--r-- | imageloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imageloader.h b/imageloader.h index 488f798..31bc692 100644 --- a/imageloader.h +++ b/imageloader.h @@ -16,7 +16,7 @@ public: cImage GetImage(); bool LoadLogo(const char *logo, int width, int height); bool LoadIcon(const char *cIcon, int size); - bool LoadIcon(const char *cIcon, int width, int height); + bool LoadIcon(const char *cIcon, int width, int height, bool preserveAspect = true); bool LoadEPGImage(int eventID); bool LoadAdditionalEPGImage(cString name); bool LoadRecordingImage(cString Path); |