summaryrefslogtreecommitdiff
path: root/displaychannel.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-07-30 17:22:20 +0200
committerMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-07-30 17:22:20 +0200
commit847834c444c7600ff9f1f16e8012a7af6c455b20 (patch)
tree51e082eaa31af7a2e0eee018526284fc4741a4f1 /displaychannel.h
parentfda74b31336497c3eb6eba85bf25353883f6590a (diff)
downloadskin-flat-847834c444c7600ff9f1f16e8012a7af6c455b20.tar.gz
skin-flat-847834c444c7600ff9f1f16e8012a7af6c455b20.tar.bz2
progressbar background
Diffstat (limited to 'displaychannel.h')
-rw-r--r--displaychannel.h1
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: