diff options
author | louis <louis.braun@gmx.de> | 2013-11-07 16:58:07 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-11-07 16:58:07 +0100 |
commit | e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7 (patch) | |
tree | 7886779ba33b466b2fe9ca67362183dabe08597e /imagecache.h | |
parent | 0bbbad6d8057953ae51e9465bd76e5a3256e5eee (diff) | |
download | skin-nopacity-e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7.tar.gz skin-nopacity-e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7.tar.bz2 |
changed build environment that every class is build seperately
Diffstat (limited to 'imagecache.h')
-rw-r--r-- | imagecache.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/imagecache.h b/imagecache.h index b634011..7ba7f09 100644 --- a/imagecache.h +++ b/imagecache.h @@ -6,11 +6,13 @@ #include <vdr/osd.h> #include <vdr/skins.h> #include <Magick++.h> +#include <vector> +#include "imagemagickwrapper.h" using namespace Magick; -enum eCacheType { - ctMenuIcon = 0, +enum eCacheType { + ctMenuIcon = 0, ctSkinIcon, ctLogo, ctLogoMenuItem, @@ -20,7 +22,7 @@ enum eCacheType { enum eSkinElementType { seNone = -1, - seDefault = 0, + seDefault = 0, seDefaultHigh, seMain, seMainHigh, |