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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Feb 26 12:32:08 CET 2009


Revision: 38899
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38899&view=rev
Author:   lordhoto
Date:     2009-02-26 11:32:02 +0000 (Thu, 26 Feb 2009)

Log Message:
-----------
Fix regression introduced with r38890, where the mouse cursor was redrawn every updateScreen call.

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

Modified: scummvm/trunk/backends/platform/sdl/graphics.cpp
===================================================================
--- scummvm/trunk/backends/platform/sdl/graphics.cpp	2009-02-26 10:44:25 UTC (rev 38898)
+++ scummvm/trunk/backends/platform/sdl/graphics.cpp	2009-02-26 11:32:02 UTC (rev 38899)
@@ -743,6 +743,7 @@
 
 	_numDirtyRects = 0;
 	_forceFull = false;
+	_mouseNeedsRedraw = false;
 }
 
 bool OSystem_SDL::saveScreenshot(const char *filename) {


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