[Scummvm-cvs-logs] SF.net SVN: scummvm: [27251] scummvm/branches/branch-0-10-0/backends/ platform/wince

knakos at users.sourceforge.net knakos at users.sourceforge.net
Sat Jun 9 19:26:09 CEST 2007


Revision: 27251
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27251&view=rev
Author:   knakos
Date:     2007-06-09 10:26:08 -0700 (Sat, 09 Jun 2007)

Log Message:
-----------
fix bugs 1734068, 1723144: cursor trails when scrolling

Modified Paths:
--------------
    scummvm/branches/branch-0-10-0/backends/platform/wince/wince-sdl.cpp
    scummvm/branches/branch-0-10-0/backends/platform/wince/wince-sdl.h

Modified: scummvm/branches/branch-0-10-0/backends/platform/wince/wince-sdl.cpp
===================================================================
--- scummvm/branches/branch-0-10-0/backends/platform/wince/wince-sdl.cpp	2007-06-09 17:25:46 UTC (rev 27250)
+++ scummvm/branches/branch-0-10-0/backends/platform/wince/wince-sdl.cpp	2007-06-09 17:26:08 UTC (rev 27251)
@@ -1590,6 +1590,11 @@
 	_forceFull = false;
 }
 
+bool OSystem_WINCE3::grabRawScreen(Graphics::Surface *surf) {
+	undrawMouse();
+	return OSystem_SDL::grabRawScreen(surf);
+}
+
 bool OSystem_WINCE3::saveScreenshot(const char *filename) {
 	assert(_hwscreen != NULL);
 

Modified: scummvm/branches/branch-0-10-0/backends/platform/wince/wince-sdl.h
===================================================================
--- scummvm/branches/branch-0-10-0/backends/platform/wince/wince-sdl.h	2007-06-09 17:25:46 UTC (rev 27250)
+++ scummvm/branches/branch-0-10-0/backends/platform/wince/wince-sdl.h	2007-06-09 17:26:08 UTC (rev 27251)
@@ -97,6 +97,7 @@
 	void copyRectToOverlay(const OverlayColor *buf, int pitch, int x, int y, int w, int h);
 	void showOverlay();
 	void hideOverlay();
+	bool grabRawScreen(Graphics::Surface *surf);
 
 	// GUI and action stuff
 	void swap_panel_visibility();


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