From 1db54ac15cea1527d8832482e2f3fd2fb4ec5b4d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 4 Jun 2006 19:44:47 +0000 Subject: Small correction to resolution selector. Still not perfect. svn-id: r22919 --- backends/maemo/maemo-sdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3