aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/windows.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-08-16 22:08:35 -0700
committerPaul Gilbert2019-08-16 22:08:43 -0700
commitc9811e279a6c5e88bb25ac7dbe4819f6386729ef (patch)
treeff77ce0bc5be7e250acd3397b97e92dbd38be087 /engines/glk/frotz/windows.h
parentd78459f8bc95bea82d5205c0dee07ecfb8425ea1 (diff)
downloadscummvm-rg350-c9811e279a6c5e88bb25ac7dbe4819f6386729ef.tar.gz
scummvm-rg350-c9811e279a6c5e88bb25ac7dbe4819f6386729ef.tar.bz2
scummvm-rg350-c9811e279a6c5e88bb25ac7dbe4819f6386729ef.zip
GLK: FROTZ: Erase correct area when switching rooms in Arthur
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;