diff options
author | louis <louis.braun@gmx.de> | 2013-12-27 16:31:49 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-12-27 16:31:49 +0100 |
commit | c5af8c801775819dd9eed003883cb9cea2ef7376 (patch) | |
tree | 5fb061290ff8f0da82e84b977d93748b3377b5b0 /geometrymanager.h | |
parent | 53fa2c70cac3025ff223a6d0e2cdae2805b14c30 (diff) | |
download | vdr-plugin-tvguide-c5af8c801775819dd9eed003883cb9cea2ef7376.tar.gz vdr-plugin-tvguide-c5af8c801775819dd9eed003883cb9cea2ef7376.tar.bz2 |
Fixed OSD Background Color (Closes Ticket 1474)
Diffstat (limited to 'geometrymanager.h')
-rw-r--r-- | geometrymanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/geometrymanager.h b/geometrymanager.h index c0c95ba..a5738c0 100644 --- a/geometrymanager.h +++ b/geometrymanager.h @@ -37,6 +37,7 @@ public: int clockWidth;
int clockHeight;
//Footer
+ int footerY;
int footerHeight;
int buttonWidth;
int buttonHeight;
|