aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/windows.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-03-13 20:19:11 -0700
committerPaul Gilbert2019-03-13 20:19:11 -0700
commitd6b41b59f3fa83275475517bb9810f8508c4e36d (patch)
treecd88cb6de83fa143dc949277fbf8925ec4b0b446 /engines/glk/frotz/windows.h
parent7a13a6067805fdc15b76646ed052d7394f182b16 (diff)
downloadscummvm-rg350-d6b41b59f3fa83275475517bb9810f8508c4e36d.tar.gz
scummvm-rg350-d6b41b59f3fa83275475517bb9810f8508c4e36d.tar.bz2
scummvm-rg350-d6b41b59f3fa83275475517bb9810f8508c4e36d.zip
GLK: FROTZ: Move setReverseVideo into Window
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 8b971cc9c4..fe59cc7e00 100644
--- a/engines/glk/frotz/windows.h
+++ b/engines/glk/frotz/windows.h
@@ -192,6 +192,11 @@ public:
* Set the textstyle
*/
void setStyle(int style = -1);
+
+ /**
+ * Set reverse video
+ */
+ void setReverseVideo(bool reverse);
};
/**