diff options
Diffstat (limited to 'displaychannel.h')
-rw-r--r-- | displaychannel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/displaychannel.h b/displaychannel.h index 033ae64..9dec39a 100644 --- a/displaychannel.h +++ b/displaychannel.h @@ -13,6 +13,7 @@ class cFlatDisplayChannel : public cFlatBaseRender, public cSkinDisplayChannel { cPixmap *chanInfoBottomPixmap; int heightBottom; + int progressBarHeight; void DrawProgressBar(int Current, int Total); public: |