diff options
Diffstat (limited to 'displaychannel.c')
-rw-r--r-- | displaychannel.c | 2 |
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(); |