summaryrefslogtreecommitdiff
path: root/displaymenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'displaymenu.h')
-rw-r--r--displaymenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/displaymenu.h b/displaymenu.h
index 5c1bc45..83b093c 100644
--- a/displaymenu.h
+++ b/displaymenu.h
@@ -141,6 +141,7 @@ private:
void DrawInfo(const cEvent *Event, bool WithTime);
void DrawSeen(int Current, int Total);
void DrawTextScrollbar(void);
+ bool DrawProgressBar(int x, int y, int width, const char *text, tColor ColorFg, tColor ColorBg);
public:
#ifdef DEPRECATED_SKIN_SETITEMEVENT
using cSkinDisplayMenu::SetItemEvent;