aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/windows.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-26 18:46:53 -0700
committerPaul Gilbert2019-07-26 18:46:53 -0700
commitf1761567355b13ec5fb6ef83ec4ee1ea35334067 (patch)
treebcef8d64d8b3bd34468ed1465ee9bd6d59bd3522 /engines/glk/frotz/windows.h
parentbc857785485884e4fb0b05b659e399031db833cb (diff)
downloadscummvm-rg350-f1761567355b13ec5fb6ef83ec4ee1ea35334067.tar.gz
scummvm-rg350-f1761567355b13ec5fb6ef83ec4ee1ea35334067.tar.bz2
scummvm-rg350-f1761567355b13ec5fb6ef83ec4ee1ea35334067.zip
GLK: FROTZ: This reverts commit 10a5b70b0af167c1f154a4c9dbe8829fe966fffa.
Diffstat (limited to 'engines/glk/frotz/windows.h')
-rw-r--r--engines/glk/frotz/windows.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/glk/frotz/windows.h b/engines/glk/frotz/windows.h
index f12d9eec20..fe59cc7e00 100644
--- a/engines/glk/frotz/windows.h
+++ b/engines/glk/frotz/windows.h
@@ -102,10 +102,9 @@ private:
void update();
/**
- * Creates a new Glk window to attach to the window if not already present, or recreates the window
- * if the font style has changed to/from fixed width
+ * Creates a new Glk window to attach to the window
*/
- void ensureGlkWindow();
+ void createGlkWindow();
/**
* Updates the current font/style
@@ -192,7 +191,7 @@ public:
/**
* Set the textstyle
*/
- void setStyle(uint style = 0xf000);
+ void setStyle(int style = -1);
/**
* Set reverse video