aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/screen.h')
-rw-r--r--engines/xeen/screen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/xeen/screen.h b/engines/xeen/screen.h
index 0f16934e6b..d62191e501 100644
--- a/engines/xeen/screen.h
+++ b/engines/xeen/screen.h
@@ -50,10 +50,11 @@ private:
int _border;
int _xLo, _xHi;
int _ycL, _ycH;
- bool _enabled;
void open2();
public:
+ bool _enabled;
+public:
virtual void addDirtyRect(const Common::Rect &r);
public:
Window();