aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/windows.h')
-rw-r--r--engines/gargoyle/windows.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/gargoyle/windows.h b/engines/gargoyle/windows.h
index 64adf81450..02fa7aab35 100644
--- a/engines/gargoyle/windows.h
+++ b/engines/gargoyle/windows.h
@@ -54,6 +54,7 @@ private:
bool _moreFocus;
bool _claimSelect;
WindowMask *_mask;
+ Common::WriteStream *_currentStr;
private:
/**
* Create a new window
@@ -111,6 +112,11 @@ public:
Window *getRoot() const { return _rootWin; }
void clearSelection();
+
+ /**
+ * Set the current output stream
+ */
+ void setCurrent(Common::WriteStream *stream);
};
/**