[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl.cpp,1.59,1.60

James Brown ender at users.sourceforge.net
Wed Feb 25 06:47:05 CET 2004


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31238/backends/sdl

Modified Files:
	sdl.cpp 
Log Message:
Revert fixme out.. as it's all fixed. :o)


Index: sdl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- sdl.cpp	25 Feb 2004 09:53:36 -0000	1.59
+++ sdl.cpp	25 Feb 2004 14:31:31 -0000	1.60
@@ -380,7 +380,6 @@
 		// 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();





More information about the Scummvm-git-logs mailing list