aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-01-04 12:06:47 +0100
committerEugene Sandulenko2016-01-04 12:06:47 +0100
commit3b48d90f13159afc3b877929b63bea6a8467694c (patch)
tree9a03fe7ad0cab93fbc0a90678947b74788ef2eb2 /engines/wage/gui.h
parente7eb7ffc810aed64ad3837484f3a5c0bfa001d65 (diff)
downloadscummvm-rg350-3b48d90f13159afc3b877929b63bea6a8467694c.tar.gz
scummvm-rg350-3b48d90f13159afc3b877929b63bea6a8467694c.tar.bz2
scummvm-rg350-3b48d90f13159afc3b877929b63bea6a8467694c.zip
WAGE: Mark scene as dirty of some object was moved to/from it
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index cd918f7bd3..3c5660b4f2 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -72,6 +72,7 @@ public:
void mouseMove(int x, int y);
Designed *getClickTarget(int x, int y);
void drawInput();
+ void setSceneDirty() { _sceneDirty = true; }
private:
void paintBorder(Graphics::Surface *g, Common::Rect &r, WindowType windowType);