summaryrefslogtreecommitdiff
path: root/imagecache.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-11-07 16:58:07 +0100
committerlouis <louis.braun@gmx.de>2013-11-07 16:58:07 +0100
commite09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7 (patch)
tree7886779ba33b466b2fe9ca67362183dabe08597e /imagecache.h
parent0bbbad6d8057953ae51e9465bd76e5a3256e5eee (diff)
downloadskin-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.h8
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,