summaryrefslogtreecommitdiff
path: root/displayreplay.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 /displayreplay.h
parentd991048cfc487a5f01014f141a66d3cb92276c90 (diff)
downloadskin-lcarsng-c3fd79e041d20a221c5d6effb00cfc60d50dfd9e.tar.gz
skin-lcarsng-c3fd79e041d20a221c5d6effb00cfc60d50dfd9e.tar.bz2
Add margin
Diffstat (limited to 'displayreplay.h')
-rw-r--r--displayreplay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/displayreplay.h b/displayreplay.h
index 6b7fde2..ca16d01 100644
--- a/displayreplay.h
+++ b/displayreplay.h
@@ -27,6 +27,7 @@ class cLCARSNGDisplayReplay : public cSkinDisplayReplay, cThread {
private:
cOsd *osd;
const cFont *font;
+ int Margin;
int xp00, xp01, xp02, xp03, xp04, xp05, xp06, xp07, xp08, xp09, xp10, xp11, xp12, xp13, xp14, xp15;
int yp00, yp01, yp02, yp03, yp04, yp05, yp06, yp07, yp08, yp09;
bool modeOnly;