diff options
Diffstat (limited to 'displaychannel.h')
-rw-r--r-- | displaychannel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/displaychannel.h b/displaychannel.h index 99d8ecf3..a1953e2a 100644 --- a/displaychannel.h +++ b/displaychannel.h @@ -1,9 +1,11 @@ #pragma once #include "baserender.h" +#include "flat.h" class cFlatDisplayChannel : public cFlatBaseRender, public cSkinDisplayChannel { private: + bool doOutput; const cEvent *present; int channelWidth, channelHeight; |