[Scummvm-cvs-logs] SF.net SVN: scummvm:[43607] scummvm/trunk/backends/platform/gp2x/ gp2x-common.h

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Fri Aug 21 21:45:49 CEST 2009


Revision: 43607
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43607&view=rev
Author:   dhewg
Date:     2009-08-21 19:45:49 +0000 (Fri, 21 Aug 2009)

Log Message:
-----------
This hopefully fixes the GP2x build (and kicks off buildbot)

Modified Paths:
--------------
    scummvm/trunk/backends/platform/gp2x/gp2x-common.h

Modified: scummvm/trunk/backends/platform/gp2x/gp2x-common.h
===================================================================
--- scummvm/trunk/backends/platform/gp2x/gp2x-common.h	2009-08-21 19:11:02 UTC (rev 43606)
+++ scummvm/trunk/backends/platform/gp2x/gp2x-common.h	2009-08-21 19:45:49 UTC (rev 43607)
@@ -58,7 +58,7 @@
 
 	// Set the size of the video bitmap.
 	// Typically, 320x200
-	void initSize(uint w, uint h);
+	void initSize(uint w, uint h, const Graphics::PixelFormat *format);
 
 	int getScreenChangeID() const { return _screenChangeCount; }
 
@@ -87,7 +87,7 @@
 	void warpMouse(int x, int y);
 
 	// Set the bitmap that's used when drawing the cursor.
-	void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor, int cursorTargetScale);
+	void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, uint32 keycolor, int cursorTargetScale, const Graphics::PixelFormat *format);
 
 	// Set colors of cursor palette
 	void setCursorPalette(const byte *colors, uint start, uint num);


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