summaryrefslogtreecommitdiff
path: root/displaymenuview.h
diff options
context:
space:
mode:
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;