diff options
author | louis <louis.braun@gmx.de> | 2013-01-09 18:49:15 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-01-09 18:49:15 +0100 |
commit | 4f4705397c4563a69b87c5e8424f3b0d132ef552 (patch) | |
tree | 10b9f26f668f8b9abc023e62b13207a168633c75 /displaymenuview.h | |
parent | a78934090d791a491a7f178a398657f5d51387f4 (diff) | |
download | skin-nopacity-4f4705397c4563a69b87c5e8424f3b0d132ef552.tar.gz skin-nopacity-4f4705397c4563a69b87c5e8424f3b0d132ef552.tar.bz2 |
Adapted video scaling to new implementation (thanks @Zoolook for the patch)
Diffstat (limited to 'displaymenuview.h')
-rw-r--r-- | displaymenuview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenuview.h b/displaymenuview.h index e0d30b7..68b6b69 100644 --- a/displaymenuview.h +++ b/displaymenuview.h @@ -85,7 +85,7 @@ class cNopacityDisplayMenuView { const cFont *GetTextAreaFont(bool FixedFont); cRect *GetDescriptionTextWindowSize(void) {return &textWindowSize;}; void CreateBackgroundImages(int *handleBackgrounds, int *handleButtons); - void AdjustContentBackground(bool contentNarrow, bool contentNarrowLast); + void AdjustContentBackground(bool contentNarrow, bool contentNarrowLast, cRect & vidWin); void DrawBorderDecoration(void); int ShowHeaderLogo(bool show); void DrawHeaderLogo(void); |