summaryrefslogtreecommitdiff
path: root/baserender.h
diff options
context:
space:
mode:
Diffstat (limited to 'baserender.h')
-rw-r--r--baserender.h4
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: