[Scummvm-cvs-logs] SF.net SVN: scummvm:[44437] scummvm/trunk/backends/platform/wince

knakos at users.sourceforge.net knakos at users.sourceforge.net
Mon Sep 28 09:21:56 CEST 2009


Revision: 44437
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44437&view=rev
Author:   knakos
Date:     2009-09-28 07:21:56 +0000 (Mon, 28 Sep 2009)

Log Message:
-----------
overload newer incarnation of setmousecursor

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

Modified: scummvm/trunk/backends/platform/wince/wince-sdl.cpp
===================================================================
--- scummvm/trunk/backends/platform/wince/wince-sdl.cpp	2009-09-28 07:05:29 UTC (rev 44436)
+++ scummvm/trunk/backends/platform/wince/wince-sdl.cpp	2009-09-28 07:21:56 UTC (rev 44437)
@@ -1913,7 +1913,7 @@
 	SDL_UnlockSurface(_screen);
 }
 
-void OSystem_WINCE3::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor, int cursorTargetScale) {
+void OSystem_WINCE3::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, uint32 keycolor, int cursorTargetScale, const Graphics::PixelFormat *format) {
 
 	undrawMouse();
 	if (w == 0 || h == 0)

Modified: scummvm/trunk/backends/platform/wince/wince-sdl.h
===================================================================
--- scummvm/trunk/backends/platform/wince/wince-sdl.h	2009-09-28 07:05:29 UTC (rev 44436)
+++ scummvm/trunk/backends/platform/wince/wince-sdl.h	2009-09-28 07:21:56 UTC (rev 44437)
@@ -91,7 +91,7 @@
 
 
 	// Overloaded from SDL_Common (FIXME)
-	void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor, int cursorTargetScale); // overloaded by CE backend
+	void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, uint32 keycolor, int cursorTargetScale, const Graphics::PixelFormat *format); // overloaded by CE backend
 	void undrawMouse();
 	void blitCursor();
 	bool showMouse(bool visible);


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