[Scummvm-cvs-logs] SF.net SVN: scummvm:[45779] scummvm/trunk/backends/platform/samsungtv/ graphics.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Mon Nov 9 18:51:20 CET 2009


Revision: 45779
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45779&view=rev
Author:   aquadran
Date:     2009-11-09 17:51:20 +0000 (Mon, 09 Nov 2009)

Log Message:
-----------
disable hardware surface, for some unknown for me reason it broke drawing engine cursor

Modified Paths:
--------------
    scummvm/trunk/backends/platform/samsungtv/graphics.cpp

Modified: scummvm/trunk/backends/platform/samsungtv/graphics.cpp
===================================================================
--- scummvm/trunk/backends/platform/samsungtv/graphics.cpp	2009-11-09 15:13:59 UTC (rev 45778)
+++ scummvm/trunk/backends/platform/samsungtv/graphics.cpp	2009-11-09 17:51:20 UTC (rev 45779)
@@ -445,7 +445,7 @@
 		fixupResolutionForAspectRatio(_videoMode.desiredAspectRatio, _videoMode.hardwareWidth, _videoMode.hardwareHeight);
 	}
 
-	_hwscreen = SDL_SetVideoMode(_videoMode.hardwareWidth, _videoMode.hardwareHeight, 32, SDL_FULLSCREEN | SDL_HWSURFACE);
+	_hwscreen = SDL_SetVideoMode(_videoMode.hardwareWidth, _videoMode.hardwareHeight, 32, SDL_FULLSCREEN | SDL_SWSURFACE);
 
 	if (_hwscreen == NULL) {
 		// DON'T use error(), as this tries to bring up the debug


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list