From c086822ba9aa53c05ead5ef06d5fb9a658fc0c48 Mon Sep 17 00:00:00 2001 From: James Brown Date: Wed, 25 Feb 2004 14:31:31 +0000 Subject: Revert fixme out.. as it's all fixed. :o) svn-id: r13054 --- backends/sdl/sdl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backends') 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(); -- cgit v1.2.3