From 274750d5fb676361f65a4037129bc6f8017c38e7 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sun, 6 Jun 2021 13:39:29 +0200 Subject: Add fade-out to display channel --- displaychannel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'displaychannel.h') diff --git a/displaychannel.h b/displaychannel.h index 7a906d5..fa3c3ce 100644 --- a/displaychannel.h +++ b/displaychannel.h @@ -8,8 +8,7 @@ class cNopacityDisplayChannel : public cSkinDisplayChannel, cThread { private: cOsd *osd; cNopacityDisplayChannelView *channelView; - int FrameTime; - int FadeTime; + bool fadeout; bool initial; bool groupSep; bool channelChange; -- cgit v1.2.3