summaryrefslogtreecommitdiff
path: root/displayvolume.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-08-29 14:48:09 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-24 15:18:53 +0100
commitc3fd79e041d20a221c5d6effb00cfc60d50dfd9e (patch)
tree482168726854459bcdf7a048ff143c28a0e973aa /displayvolume.h
parentd991048cfc487a5f01014f141a66d3cb92276c90 (diff)
downloadskin-lcarsng-c3fd79e041d20a221c5d6effb00cfc60d50dfd9e.tar.gz
skin-lcarsng-c3fd79e041d20a221c5d6effb00cfc60d50dfd9e.tar.bz2
Add margin
Diffstat (limited to 'displayvolume.h')
-rw-r--r--displayvolume.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/displayvolume.h b/displayvolume.h
index d77c7b1..7220dba 100644
--- a/displayvolume.h
+++ b/displayvolume.h
@@ -6,6 +6,7 @@
class cLCARSNGDisplayVolume : public cSkinDisplayVolume {
private:
cOsd *osd;
+ int Margin;
int x0, x1, x2, x3, x4, x5, x6, x7;
int y0, y1;
tColor frameColor;