aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/maemo/maemo-sdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/maemo/maemo-sdl.cpp b/backends/maemo/maemo-sdl.cpp
index d53ff3c15b..dfb6cb7048 100644
--- a/backends/maemo/maemo-sdl.cpp
+++ b/backends/maemo/maemo-sdl.cpp
@@ -25,7 +25,7 @@
void OSystem_MAEMO::loadGFXMode() {
- if (_fullscreen || _screenHeight > 400) {
+ if (_fullscreen || effectiveScreenHeight() > 400) {
_overlayWidth = 800;
_overlayHeight = 480;