Revert fixme out.. as it's all fixed. :o)

svn-id: r13054
This commit is contained in:
James Brown 2004-02-25 14:31:31 +00:00
parent e495eea19f
commit c086822ba9

View file

@ -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();