From f1761567355b13ec5fb6ef83ec4ee1ea35334067 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 26 Jul 2019 18:46:53 -0700 Subject: GLK: FROTZ: This reverts commit 10a5b70b0af167c1f154a4c9dbe8829fe966fffa. --- engines/glk/frotz/windows.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'engines/glk/frotz/windows.h') 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 -- cgit v1.2.3