diff options
| author | James Brown | 2004-02-25 14:31:31 +0000 | 
|---|---|---|
| committer | James Brown | 2004-02-25 14:31:31 +0000 | 
| commit | c086822ba9aa53c05ead5ef06d5fb9a658fc0c48 (patch) | |
| tree | 25a4a3f5e7211614eac53732e7613bc1ba62e2c4 /backends | |
| parent | e495eea19f6a9a79b432005edcc04a52b8edfdea (diff) | |
| download | scummvm-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')
| -rw-r--r-- | backends/sdl/sdl.cpp | 1 | 
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();  | 
