summaryrefslogtreecommitdiff
path: root/vdr_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdr_player.h')
-rw-r--r--vdr_player.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vdr_player.h b/vdr_player.h
index 520694b..e685cfe 100644
--- a/vdr_player.h
+++ b/vdr_player.h
@@ -75,7 +75,7 @@ class mgPlayerControl:public cControl, cStatus
time_t fliptime, listtime;
int rows;
int flip, flipint, osdwidth, osdheight, lh, showbuttons;
- int x0, x1, depth, CoverX, CoverWidth, TopHeight,BottomTop,PBTop,PBHeight,PBBottom;
+ int x0, x1, coverdepth, listdepth,CoverX, CoverWidth, TopHeight,BottomTop,PBTop,PBHeight,PBBottom;
int InfoTop,InfoWidth,InfoBottom;
int lastIndex, lastTotal, prevTop, prevScrollPosition;
int framesPerSecond;
@@ -151,7 +151,9 @@ class mgPlayerControl:public cControl, cStatus
const cFont * OsdFont(void);
const cFont * BigFont(void);
const cFont * SmallFont(void);
+ void DumpAreas(const char *caller,const tArea *Areas, int NumAreas,eOsdError err);
bool SetAreas(const char *caller,const tArea *Areas, int NumAreas);
+ tArea * ProgressAreas(int& NumAreas);
void Scroll(int by);
void ShowCommandMenu();