From 4f4705397c4563a69b87c5e8424f3b0d132ef552 Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 9 Jan 2013 18:49:15 +0100 Subject: Adapted video scaling to new implementation (thanks @Zoolook for the patch) --- displaymenuview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'displaymenuview.h') 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); -- cgit v1.2.3