[Scummvm-cvs-logs] SF.net SVN: scummvm:[38926] scummvm/trunk/backends/platform/sdl/graphics. cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Fri Feb 27 06:58:08 CET 2009
Revision: 38926
http://scummvm.svn.sourceforge.net/scummvm/?rev=38926&view=rev
Author: eriktorbjorn
Date: 2009-02-27 05:58:08 +0000 (Fri, 27 Feb 2009)
Log Message:
-----------
Changing the visibility of the mouse means it has to be redrawn. At least, this
fixes a regression in Broken Sword 1 when using one inventory object on another
(if the cursor is partly beneath the inventory bar) for me.
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-27 05:52:22 UTC (rev 38925)
+++ scummvm/trunk/backends/platform/sdl/graphics.cpp 2009-02-27 05:58:08 UTC (rev 38926)
@@ -1275,6 +1275,7 @@
bool last = _mouseVisible;
_mouseVisible = visible;
+ _mouseNeedsRedraw = true;
return last;
}
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