summaryrefslogtreecommitdiff
path: root/displaymenuview.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2012-11-28 19:42:38 +0100
committerlouis <louis.braun@gmx.de>2012-11-28 19:42:38 +0100
commitae248bc9e2350d9d17fe2df75b2fa25f0d2a7770 (patch)
tree7bcd7b9f4efe1fb864fbbf75f303879011eb7940 /displaymenuview.h
parentd4c74dc0b5a3dd62161a9b29ec2c98cc9f223783 (diff)
downloadskin-nopacity-ae248bc9e2350d9d17fe2df75b2fa25f0d2a7770.tar.gz
skin-nopacity-ae248bc9e2350d9d17fe2df75b2fa25f0d2a7770.tar.bz2
Added latest scaling patch from Zoolook and makefile patch
Diffstat (limited to 'displaymenuview.h')
-rw-r--r--displaymenuview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/displaymenuview.h b/displaymenuview.h
index 28ec7ec..bd621ca 100644
--- a/displaymenuview.h
+++ b/displaymenuview.h
@@ -43,8 +43,8 @@ class cNopacityDisplayMenuView {
cFont *fontMessage;
int osdWidth, osdHeight;
int osdLeft, osdTop;
- int screenWidth, screenHeight;
- double aspect;
+ int vidWidth, vidHeight;
+ double vidAspect;
int widthScrollbar;
int dateWidth;
int headerHeight, footerHeight, contentHeight;