diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-11 21:59:14 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-11 21:59:14 +0100 |
commit | 01ced85236b625635231bb548e04469252ae98df (patch) | |
tree | 519538ac726b9956bdc6690c54842a04054c0da9 /flat.c | |
parent | 847cb778ddcab6ccf458db6ef4ae5e68a31038d1 (diff) | |
download | skin-flatplus-01ced85236b625635231bb548e04469252ae98df.tar.gz skin-flatplus-01ced85236b625635231bb548e04469252ae98df.tar.bz2 |
add first implementation of imagescaler + imagecache
Diffstat (limited to 'flat.c')
-rw-r--r-- | flat.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ #include "displayvolume.h" class cFlatConfig Config; +class cImageCache imgCache; cTheme Theme; static bool menuActive = false; |