aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk')
-rw-r--r--engines/glk/frotz/screen.cpp1
-rw-r--r--engines/glk/frotz/windows.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/engines/glk/frotz/screen.cpp b/engines/glk/frotz/screen.cpp
index 3ac697c148..4a2eff677c 100644
--- a/engines/glk/frotz/screen.cpp
+++ b/engines/glk/frotz/screen.cpp
@@ -68,6 +68,7 @@ void FrotzScreen::loadVersion6Fonts(Common::Archive *archive) {
g_vm->_defaultForeground = 0;
g_vm->_defaultBackground = (int)zcolor_Transparent;
g_conf->_tMarginX = 3;
+ g_conf->_tMarginY = 3;
for (uint idx = 0; idx < style_NUMSTYLES; ++idx) {
g_conf->_tStyles[idx].bg = g_conf->_tStylesDefault[idx].bg = zcolor_Transparent;
diff --git a/engines/glk/frotz/windows.cpp b/engines/glk/frotz/windows.cpp
index 824bec5c64..9f7dd83fec 100644
--- a/engines/glk/frotz/windows.cpp
+++ b/engines/glk/frotz/windows.cpp
@@ -354,8 +354,8 @@ void Window::createGlkWindow() {
}
updateStyle();
- setPosition();
setSize();
+ setPosition();
setCursor();
g_vm->glk_set_window(_win);