diff options
author | louis <louis.braun@gmx.de> | 2012-11-28 19:42:38 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2012-11-28 19:42:38 +0100 |
commit | ae248bc9e2350d9d17fe2df75b2fa25f0d2a7770 (patch) | |
tree | 7bcd7b9f4efe1fb864fbbf75f303879011eb7940 /displaymenuview.h | |
parent | d4c74dc0b5a3dd62161a9b29ec2c98cc9f223783 (diff) | |
download | skin-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.h | 4 |
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; |