[Scummvm-cvs-logs] SF.net SVN: scummvm:[43626] scummvm/trunk/graphics/conversion.h

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sat Aug 22 02:27:13 CEST 2009


Revision: 43626
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43626&view=rev
Author:   dhewg
Date:     2009-08-22 00:27:13 +0000 (Sat, 22 Aug 2009)

Log Message:
-----------
Fixed crossBlit prototype

Modified Paths:
--------------
    scummvm/trunk/graphics/conversion.h

Modified: scummvm/trunk/graphics/conversion.h
===================================================================
--- scummvm/trunk/graphics/conversion.h	2009-08-22 00:27:01 UTC (rev 43625)
+++ scummvm/trunk/graphics/conversion.h	2009-08-22 00:27:13 UTC (rev 43626)
@@ -69,7 +69,7 @@
  *
  */
 bool crossBlit(byte *dst, const byte *src, int dstpitch, int srcpitch,
-						int w, int h, Graphics::PixelFormat dstFmt, Graphics::PixelFormat srcFmt);
+						int w, int h, const Graphics::PixelFormat &dstFmt, const Graphics::PixelFormat &srcFmt);
 
 } // end of namespace Graphics
 


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