aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/windows.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-08-04 10:59:39 -0700
committerPaul Gilbert2019-08-04 10:59:49 -0700
commit0448f5608fda54ef92d9826728af537450bc339d (patch)
tree4d2dbffc80434f361959a3f61c23a22fe582956a /engines/glk/frotz/windows.h
parentd765440c1ae138d2c92b89cd9313cac52cd2af4a (diff)
downloadscummvm-rg350-0448f5608fda54ef92d9826728af537450bc339d.tar.gz
scummvm-rg350-0448f5608fda54ef92d9826728af537450bc339d.tar.bz2
scummvm-rg350-0448f5608fda54ef92d9826728af537450bc339d.zip
GLK: FROTZ: V6 window creation so Arthur intro now progresses further
Diffstat (limited to 'engines/glk/frotz/windows.h')
-rw-r--r--engines/glk/frotz/windows.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/frotz/windows.h b/engines/glk/frotz/windows.h
index 8043a103ba..785fb10d8f 100644
--- a/engines/glk/frotz/windows.h
+++ b/engines/glk/frotz/windows.h
@@ -154,6 +154,11 @@ public:
PropertyAccessor operator[](WindowProperty propType) { return PropertyAccessor(this, propType); }
/**
+ * Ensures that the underlying window is a Glk text window
+ */
+ void ensureTextWindow();
+
+ /**
* Set the window size
*/
void setSize(const Point &newSize);