summaryrefslogtreecommitdiff
path: root/nopacity.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-16 13:57:27 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-03-10 16:42:52 +0100
commit03337e57fdd83344d9b24ffcad394e76d5f92007 (patch)
tree45076068b910c2269bd14764b923b0391af4253b /nopacity.h
parentdaf3245de7437d287dc101db1d262848b2e4ad50 (diff)
downloadskin-nopacity-03337e57fdd83344d9b24ffcad394e76d5f92007.tar.gz
skin-nopacity-03337e57fdd83344d9b24ffcad394e76d5f92007.tar.bz2
Make imgCache global
Make imgcache global so that it doesn't always have to be passed explicitly to other functions.
Diffstat (limited to 'nopacity.h')
-rw-r--r--nopacity.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nopacity.h b/nopacity.h
index b7db796..fc36af9 100644
--- a/nopacity.h
+++ b/nopacity.h
@@ -9,11 +9,10 @@ class cNopacityDisplayMenu;
class cNopacity : public cSkin {
private:
- cImageCache *imgCache;
bool init;
void ReloadCaches(void);
public:
- cNopacity(cImageCache *imgCache);
+ cNopacity(void);
~cNopacity(void);
virtual const char *Description(void);
virtual cSkinDisplayChannel *DisplayChannel(bool WithInfo);