diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-22 10:14:07 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-22 10:14:07 +0100 |
commit | 4628f81248fbd9e39b981182ed25fe32abf188f1 (patch) | |
tree | 54f0cae0106942a7f6a3c0ca8c1b29ef5ee4582a /baserender.h | |
parent | 42ccaa324fc6d9299402786136fed544d872bc62 (diff) | |
download | skin-flatplus-4628f81248fbd9e39b981182ed25fe32abf188f1.tar.gz skin-flatplus-4628f81248fbd9e39b981182ed25fe32abf188f1.tar.bz2 |
fix display volume
Diffstat (limited to 'baserender.h')
-rw-r--r-- | baserender.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/baserender.h b/baserender.h index fb54b5f2..db1fa3a2 100644 --- a/baserender.h +++ b/baserender.h @@ -55,6 +55,7 @@ class cFlatBaseRender cPixmap *progressBarPixmapBg; int progressBarHeight, progressBarTop, progressBarWidth, progressBarMarginHor, progressBarMarginVer; int ProgressType; + bool progressBarSetBackground; tColor progressBarColorFg, progressBarColorBarFg, progressBarColorBarCurFg, progressBarColorBg; tColor progressBarColorMark, progressBarColorMarkCurrent; @@ -130,7 +131,7 @@ class cFlatBaseRender void MessageClear(void); void ProgressBarDrawRaw(cPixmap *Pixmap, cPixmap *PixmapBg, cRect rec, cRect recBg, int Current, int Total, tColor ColorFg, tColor ColorBarFg, tColor ColorBg, int Type); - void ProgressBarCreate(int Left, int Top, int Width, int Height, int MarginHor, int MarginVer, tColor ColorFg, tColor ColorBarFg, tColor ColorBg, int Type); + void ProgressBarCreate(int Left, int Top, int Width, int Height, int MarginHor, int MarginVer, tColor ColorFg, tColor ColorBarFg, tColor ColorBg, int Type, bool SetBackground = false); void ProgressBarDrawBgColor(void); void ProgressBarDraw(int Current, int Total); void ProgressBarDrawMarks(int Current, int Total, const cMarks *Marks, tColor Color, tColor ColorCurrent); |