diff options
Diffstat (limited to 'displaychannelview.h')
-rw-r--r-- | displaychannelview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannelview.h b/displaychannelview.h index 8a63bb5..38f2401 100644 --- a/displaychannelview.h +++ b/displaychannelview.h @@ -56,7 +56,7 @@ public: void DrawStatusIcons(const cChannel *Channel); void DrawScreenResolution(void); void ClearStatusIcons(void); - void DrawPoster(const cEvent *event, bool initial); + void DrawPoster(const cEvent *event, bool initial, bool channelchange); void DrawSignalMeter(void); void DrawSignal(void); void ShowSignalMeter(void); |