From c6abe904c481671edb219b1b37bb5bd050610a7c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 22 Mar 2016 19:29:39 +0100 Subject: WAGE: Proper scroll drawing --- engines/wage/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/wage/gui.h') diff --git a/engines/wage/gui.h b/engines/wage/gui.h index 73814d39b4..c136163951 100644 --- a/engines/wage/gui.h +++ b/engines/wage/gui.h @@ -123,7 +123,8 @@ public: private: void undrawCursor(); void drawDesktop(); - void paintBorder(Graphics::Surface *g, Common::Rect &r, WindowType windowType, int highlightedPart = kBorderNone); + void paintBorder(Graphics::Surface *g, Common::Rect &r, WindowType windowType, int highlightedPart = kBorderNone, + float scrollPos = 0.0, float scrollSize = 0.0); void renderConsole(Graphics::Surface *g, Common::Rect &r); void drawBox(Graphics::Surface *g, int x, int y, int w, int h); void fillRect(Graphics::Surface *g, int x, int y, int w, int h, int color = kColorBlack); -- cgit v1.2.3