summaryrefslogtreecommitdiff
path: root/flat.c
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-11 21:59:14 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-11 21:59:14 +0100
commit01ced85236b625635231bb548e04469252ae98df (patch)
tree519538ac726b9956bdc6690c54842a04054c0da9 /flat.c
parent847cb778ddcab6ccf458db6ef4ae5e68a31038d1 (diff)
downloadskin-flatplus-01ced85236b625635231bb548e04469252ae98df.tar.gz
skin-flatplus-01ced85236b625635231bb548e04469252ae98df.tar.bz2
add first implementation of imagescaler + imagecache
Diffstat (limited to 'flat.c')
-rw-r--r--flat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flat.c b/flat.c
index c29127cc..29c82303 100644
--- a/flat.c
+++ b/flat.c
@@ -11,6 +11,7 @@
#include "displayvolume.h"
class cFlatConfig Config;
+class cImageCache imgCache;
cTheme Theme;
static bool menuActive = false;