[Scummvm-cvs-logs] SF.net SVN: scummvm:[43621] scummvm/trunk/engines/scumm

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sat Aug 22 00:56:09 CEST 2009


Revision: 43621
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43621&view=rev
Author:   dhewg
Date:     2009-08-21 22:56:09 +0000 (Fri, 21 Aug 2009)

Log Message:
-----------
type fix

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/gfx.cpp
    scummvm/trunk/engines/scumm/gfxARM.s

Modified: scummvm/trunk/engines/scumm/gfx.cpp
===================================================================
--- scummvm/trunk/engines/scumm/gfx.cpp	2009-08-21 22:55:19 UTC (rev 43620)
+++ scummvm/trunk/engines/scumm/gfx.cpp	2009-08-21 22:56:09 UTC (rev 43621)
@@ -38,7 +38,7 @@
 #ifdef USE_ARM_GFX_ASM
 extern "C" void asmDrawStripToScreen(int height, int width, void const* text, void const* src, byte* dst,
 	int vsPitch, int vmScreenWidth, int textSurfacePitch);
-extern "C" void asmCopy8Col(byte* dst, int dstPitch, const byte* src, int height, uint8_t bitDepth);
+extern "C" void asmCopy8Col(byte* dst, int dstPitch, const byte* src, int height, uint8 bitDepth);
 #endif /* USE_ARM_GFX_ASM */
 
 namespace Scumm {

Modified: scummvm/trunk/engines/scumm/gfxARM.s
===================================================================
--- scummvm/trunk/engines/scumm/gfxARM.s	2009-08-21 22:55:19 UTC (rev 43620)
+++ scummvm/trunk/engines/scumm/gfxARM.s	2009-08-21 22:56:09 UTC (rev 43621)
@@ -117,7 +117,7 @@
 	@                             int         dstPitch,
 	@                             const byte *src,
 	@                             int         height,
-	@                             int         bitdepth);
+	@                             uint8       bitdepth);
 	@
 	@ In addition, we assume that src and dst are both word (4 byte)
 	@ aligned. This is the same assumption that the old 'inline' version


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