aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index 9573f57e25..f5e1ef5c9b 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -68,6 +68,7 @@ public:
void setScene(Scene *scene);
void appendText(Common::String &str);
void mouseMove(int x, int y);
+ Designed *getClickTarget(int x, int y);
private:
void paintBorder(Graphics::Surface *g, int x, int y, int width, int height, WindowType windowType);
@@ -82,6 +83,7 @@ private:
Graphics::Surface _console;
Scene *_scene;
bool _sceneDirty;
+ bool _bordersDirty;
Common::StringArray _out;
Common::StringArray _lines;
@@ -90,6 +92,8 @@ private:
bool _builtInFonts;
Common::Rect _consoleTextArea;
+ Common::Rect _sceneArea;
+ bool _sceneIsActive;
bool _cursorIsArrow;
};