summaryrefslogtreecommitdiff
path: root/imageloader.c
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-03-15 13:52:14 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-03-15 13:52:14 +0100
commit0cd8136a9a58501332ed808c7d92bd1ffcd57c01 (patch)
tree143d421d37ca4f22238155789de8e34751a2a50a /imageloader.c
parent26ea9ceb9851ba99029bd9fdf2ed33ce9585870b (diff)
downloadskin-flatplus-0cd8136a9a58501332ed808c7d92bd1ffcd57c01.tar.gz
skin-flatplus-0cd8136a9a58501332ed808c7d92bd1ffcd57c01.tar.bz2
add pre load cache, menu entr to show amount of cached images, fix topbar channel logo in program menu
Diffstat (limited to 'imageloader.c')
-rw-r--r--imageloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imageloader.c b/imageloader.c
index 5dafd953..d1b52984 100644
--- a/imageloader.c
+++ b/imageloader.c
@@ -3,10 +3,10 @@
#include <string>
#include <dirent.h>
#include <iostream>
+#include "flat.h"
using namespace Magick;
-
cImageLoader::cImageLoader() {
InitializeMagick(NULL);
logoExtension = "png";