aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-03-22 19:29:39 +0100
committerEugene Sandulenko2016-03-23 18:51:31 +0100
commitc6abe904c481671edb219b1b37bb5bd050610a7c (patch)
tree88daed02e8aa8f72600741026b767913fb4ecb66 /engines/wage/gui.h
parentccc7506666c50a2a13dba9759f605260d50eaebf (diff)
downloadscummvm-rg350-c6abe904c481671edb219b1b37bb5bd050610a7c.tar.gz
scummvm-rg350-c6abe904c481671edb219b1b37bb5bd050610a7c.tar.bz2
scummvm-rg350-c6abe904c481671edb219b1b37bb5bd050610a7c.zip
WAGE: Proper scroll drawing
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h3
1 files changed, 2 insertions, 1 deletions
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);