diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-04-03 20:22:49 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-04-03 20:22:49 +0200 |
commit | 68672a09fa611a8d64989192e6270214c73256db (patch) | |
tree | 653637434c90d23bd041f9db379441e4da794216 /baserender.h | |
parent | 9df36839398d1b3ddba93860cdb9d4923b55155c (diff) | |
download | skin-flatplus-68672a09fa611a8d64989192e6270214c73256db.tar.gz skin-flatplus-68672a09fa611a8d64989192e6270214c73256db.tar.bz2 |
add more options to show disk usage
Diffstat (limited to 'baserender.h')
-rw-r--r-- | baserender.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/baserender.h b/baserender.h index bf583f02..947533a2 100644 --- a/baserender.h +++ b/baserender.h @@ -55,6 +55,7 @@ class cFlatBaseRender bool topBarUpdateTitle; cString topBarLastDate; int topBarHeight; + int VideoDiskUsageState; // Progressbar cPixmap *progressBarPixmap; @@ -112,7 +113,8 @@ class cFlatBaseRender void DecorDrawGlowEllipseTR(cPixmap *pixmap, int Left, int Top, int Width, int Height, tColor ColorBg, int type); void DecorDrawGlowEllipseBL(cPixmap *pixmap, int Left, int Top, int Width, int Height, tColor ColorBg, int type); void DecorDrawGlowEllipseBR(cPixmap *pixmap, int Left, int Top, int Width, int Height, tColor ColorBg, int type); - + + void TopBarEnableDiskUsage(void); //tColor Multiply(tColor Color, uint8_t Alpha); tColor SetAlpha(tColor Color, double am); public: |