diff options
Diffstat (limited to 'displayvolume.h')
-rw-r--r-- | displayvolume.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/displayvolume.h b/displayvolume.h index bc4335b..6c184b2 100644 --- a/displayvolume.h +++ b/displayvolume.h @@ -7,9 +7,8 @@ class cNopacityDisplayVolume : public cSkinDisplayVolume, cThread { private: - int FrameTime; - int FadeTime; bool initial; + bool fadeout; bool muted; cOsd *osd; cPixmap *pixmapBackground; @@ -18,6 +17,7 @@ private: virtual void Action(void); void DrawProgressBar(int Current, int Total); tColor DrawProgressbarBackground(int left, int top, int width, int height); + void SetAlpha(int Alpha = 0); public: cNopacityDisplayVolume(void); virtual ~cNopacityDisplayVolume(void); |