aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/windows.h
diff options
context:
space:
mode:
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 bd2cfd1c7f..6c8ce703ac 100644
--- a/engines/glk/frotz/windows.h
+++ b/engines/glk/frotz/windows.h
@@ -110,6 +110,11 @@ private:
* Updates the current font/style
*/
void updateStyle();
+
+ /**
+ * Get the bounding area for the window
+ */
+ Rect getBounds() const;
public:
int _currFont;
int _prevFont;