summaryrefslogtreecommitdiff
path: root/detailview.h
diff options
context:
space:
mode:
Diffstat (limited to 'detailview.h')
-rw-r--r--detailview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/detailview.h b/detailview.h
index dc0a107..f0cdcc9 100644
--- a/detailview.h
+++ b/detailview.h
@@ -19,6 +19,7 @@ private:
int FrameTime;
int FadeTime;
cTextWrapper description;
+ cTextWrapper reruns;
int borderWidth;
int headerHeight;
bool setContentDrawportHeight();
@@ -26,6 +27,7 @@ private:
int heightScrollbar;
bool contentScrollable;
virtual void Action(void);
+ void LoadReruns(void);
void drawHeader();
void drawContent();
void drawScrollbar();