diff options
| author | Manuel Reimer <manuel.reimer@gmx.de> | 2014-10-29 17:11:02 +0100 |
|---|---|---|
| committer | Manuel Reimer <manuel.reimer@gmx.de> | 2014-10-29 17:11:02 +0100 |
| commit | 9609e183f26f2335cc282f8e3424a7bd9d0f25b4 (patch) | |
| tree | c97ddb8bdb41c90fb6533dbf543daedd569a1e4b /views/displayreplayview.h | |
| parent | 87aa10dc281627a06b588af79b1b32aa6b1ce8fb (diff) | |
| parent | 3d702a9ad5f04179d78659f48579f3466abbe69a (diff) | |
| download | vdr-plugin-skindesigner-9609e183f26f2335cc282f8e3424a7bd9d0f25b4.tar.gz vdr-plugin-skindesigner-9609e183f26f2335cc282f8e3424a7bd9d0f25b4.tar.bz2 | |
Merge branch 'master' of git://projects.vdr-developer.org/vdr-plugin-skindesigner
Diffstat (limited to 'views/displayreplayview.h')
| -rw-r--r-- | views/displayreplayview.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/views/displayreplayview.h b/views/displayreplayview.h index 750ec95..e637214 100644 --- a/views/displayreplayview.h +++ b/views/displayreplayview.h @@ -7,6 +7,11 @@ class cDisplayReplayView : public cView { private: cString lastDate; + int numMarksLast; + int *lastMarks; + int markActive; + bool MarksChanged(const cMarks *marks, int current); + void RememberMarks(const cMarks *marks); virtual void Action(void); public: cDisplayReplayView(cTemplateView *tmplView); @@ -20,7 +25,7 @@ public: void DrawCurrent(const char *current); void DrawTotal(const char *total); void DrawProgressBar(int current, int total); - void DrawMarks(const cMarks *marks, int total); + void DrawMarks(const cMarks *marks, int current, int total); void DrawControlIcons(bool play, bool forward, int speed, bool modeOnly); void DrawJump(const char *jump); void DrawMessage(eMessageType type, const char *text); |
