diff options
author | kamel5 <kamel5 (at) gmx (dot) net> | 2018-05-03 13:53:14 +0200 |
---|---|---|
committer | kamel5 <kamel5 (at) gmx (dot) net> | 2018-05-03 13:53:14 +0200 |
commit | da85481fe0737ead0a0f6cc031d9d8ed23f89692 (patch) | |
tree | 9e9c474c18db19dac9f1aadc4f1ae492f967986a /displaychannelview.h | |
parent | e2db68198582fe7a2e85dd616f575fd321a3970f (diff) | |
download | skin-nopacity-da85481fe0737ead0a0f6cc031d9d8ed23f89692.tar.gz skin-nopacity-da85481fe0737ead0a0f6cc031d9d8ed23f89692.tar.bz2 |
Repair "invalid lock sequence report"
Diffstat (limited to 'displaychannelview.h')
-rw-r--r-- | displaychannelview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/displaychannelview.h b/displaychannelview.h index 7a3fd91..8a63bb5 100644 --- a/displaychannelview.h +++ b/displaychannelview.h @@ -50,6 +50,7 @@ public: void DrawProgressbarBackground(void); void DrawProgressBar(int Current, int Total); void ClearProgressBar(void); + void DrawEvents(const cEvent *Present, const cEvent *Following); void DrawEPGInfo(const cEvent *e, bool present, bool recording); void ClearEPGInfo(void); void DrawStatusIcons(const cChannel *Channel); |