aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl.cpp
diff options
context:
space:
mode:
authorJames Brown2004-02-25 14:31:31 +0000
committerJames Brown2004-02-25 14:31:31 +0000
commitc086822ba9aa53c05ead5ef06d5fb9a658fc0c48 (patch)
tree25a4a3f5e7211614eac53732e7613bc1ba62e2c4 /backends/sdl/sdl.cpp
parente495eea19f6a9a79b432005edcc04a52b8edfdea (diff)
downloadscummvm-rg350-c086822ba9aa53c05ead5ef06d5fb9a658fc0c48.tar.gz
scummvm-rg350-c086822ba9aa53c05ead5ef06d5fb9a658fc0c48.tar.bz2
scummvm-rg350-c086822ba9aa53c05ead5ef06d5fb9a658fc0c48.zip
Revert fixme out.. as it's all fixed. :o)
svn-id: r13054
Diffstat (limited to 'backends/sdl/sdl.cpp')
-rw-r--r--backends/sdl/sdl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp
index d936e1beac..e43926ce3f 100644
--- a/backends/sdl/sdl.cpp
+++ b/backends/sdl/sdl.cpp
@@ -380,7 +380,6 @@ void OSystem_SDL::setFullscreenMode(bool enable) {
// use hotswap_gfx_mode() directly to switch to fullscreen mode.
hotswap_gfx_mode();
#else
- // FIXME: _hwscreen is not currently available from SDL_Common's scope
if (!SDL_WM_ToggleFullScreen(_hwscreen)) {
// if ToggleFullScreen fails, achieve the same effect with hotswap gfx mode
hotswap_gfx_mode();