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

knakos at users.sourceforge.net knakos at users.sourceforge.net
Sun Jul 12 17:59:56 CEST 2009


Revision: 42420
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42420&view=rev
Author:   knakos
Date:     2009-07-12 15:59:56 +0000 (Sun, 12 Jul 2009)

Log Message:
-----------
fix build with arm-asm routines

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

Property Changed:
----------------
    scummvm/trunk/engines/scumm/gfx.cpp

Modified: scummvm/trunk/engines/scumm/gfx.cpp
===================================================================
--- scummvm/trunk/engines/scumm/gfx.cpp	2009-07-12 15:59:27 UTC (rev 42419)
+++ scummvm/trunk/engines/scumm/gfx.cpp	2009-07-12 15:59:56 UTC (rev 42420)
@@ -36,7 +36,7 @@
 #include "scumm/util.h"
 
 #ifdef USE_ARM_GFX_ASM
-extern "C" void asmDrawStripToScreen(int height, int width, byte const* text, byte const* src, byte* dst,
+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);
 #endif /* USE_ARM_GFX_ASM */


Property changes on: scummvm/trunk/engines/scumm/gfx.cpp
___________________________________________________________________
Added: svn:executable
   + *


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