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

upthorn at users.sourceforge.net upthorn at users.sourceforge.net
Fri Aug 21 12:10:14 CEST 2009


Revision: 43581
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43581&view=rev
Author:   upthorn
Date:     2009-08-21 10:10:14 +0000 (Fri, 21 Aug 2009)

Log Message:
-----------
correct idiotic error in first gp2x fix attempt.

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

Modified: scummvm/trunk/backends/platform/gp2x/graphics.cpp
===================================================================
--- scummvm/trunk/backends/platform/gp2x/graphics.cpp	2009-08-21 10:01:16 UTC (rev 43580)
+++ scummvm/trunk/backends/platform/gp2x/graphics.cpp	2009-08-21 10:10:14 UTC (rev 43581)
@@ -240,7 +240,7 @@
 	return _videoMode.mode;
 }
 
-void OSystem_SDL::initSize(uint w, uint h, const Graphics::PixelFormat *format) {
+void OSystem_GP2X::initSize(uint w, uint h, const Graphics::PixelFormat *format) {
 	assert(_transactionMode == kTransactionActive);
 
 #ifdef ENABLE_RGB_COLOR
@@ -1230,7 +1230,7 @@
 	}
 }
 
-void OSystem_SDL::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, uint32 keycolor, int cursorTargetScale, const Graphics::PixelFormat *format) {
+void OSystem_GP2X::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, uint32 keycolor, int cursorTargetScale, const Graphics::PixelFormat *format) {
 #ifdef ENABLE_RGB_COLOR
 	if (!format)
 		_cursorFormat = Graphics::PixelFormat::createFormatCLUT8();


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