summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-11-01 11:23:57 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-11-01 11:31:13 +0100
commit9f7a718a121ce1b69fdb094d1729d2ddad7895e8 (patch)
tree2b83cb653393cbff19c3112f1a9a45fd37063def /displaychannel.c
parent72f3a54725f0a516ee5d47e3ec60f962c3373797 (diff)
downloadskin-nopacity-9f7a718a121ce1b69fdb094d1729d2ddad7895e8.tar.gz
skin-nopacity-9f7a718a121ce1b69fdb094d1729d2ddad7895e8.tar.bz2
Optimize display poster in displaychannel
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannel.c b/displaychannel.c
index 6849e4f..736327f 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -142,7 +142,7 @@ void cNopacityDisplayChannel::Flush(void) {
}
if (config.GetValue("displayPoster"))
- channelView->DrawPoster(present, initial);
+ channelView->DrawPoster(present, initial, channelChange);
if (!groupSep)
channelView->DrawScreenResolution();