summaryrefslogtreecommitdiff
path: root/baserender.h
diff options
context:
space:
mode:
Diffstat (limited to 'baserender.h')
-rw-r--r--baserender.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/baserender.h b/baserender.h
index 0ba8be0c..80e5e244 100644
--- a/baserender.h
+++ b/baserender.h
@@ -5,11 +5,12 @@
#include <list>
enum eBorder {
- BorderMenuItem = 1,
- BorderRecordJump = 2,
- BorderMenuRecord = 3,
- BorderMessage = 4,
- BorderButton = 5
+ BorderMenuItem,
+ BorderRecordJump,
+ BorderMenuRecord,
+ BorderMessage,
+ BorderButton,
+ BorderContent
};
struct sDecorBorder {
@@ -133,7 +134,7 @@ class cFlatBaseRender
void MessageSet(eMessageType Type, const char *Text);
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 ProgressBarDrawRaw(cPixmap *Pixmap, cPixmap *PixmapBg, cRect rec, cRect recBg, int Current, int Total, tColor ColorFg, tColor ColorBarFg, tColor ColorBg, int Type, bool SetBackground);
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);