[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src/arm ArmNative.h,1.1,1.2 PNOMain.cpp,1.1,1.2
Max Horn
fingolfin at users.sourceforge.net
Sun Mar 28 08:43:28 CEST 2004
Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src/arm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15464/backends/PalmOS/Src/arm
Modified Files:
ArmNative.h PNOMain.cpp
Log Message:
Renamed more OSystem methods
Index: ArmNative.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/arm/ArmNative.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ArmNative.h 5 Feb 2004 14:02:23 -0000 1.1
+++ ArmNative.h 28 Mar 2004 16:30:46 -0000 1.2
@@ -28,7 +28,7 @@
DECLARE(OSystem_PALMOS_update_screen__wide_portrait)
DECLARE(OSystem_PALMOS_update_screen__wide_landscape)
-DECLARE(OSystem_PALMOS_copy_rect)
+DECLARE(OSystem_PALMOS_copyRectToScreen)
// rsrc
#define ARMCODE_1 1000
Index: PNOMain.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/arm/PNOMain.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PNOMain.cpp 5 Feb 2004 14:02:23 -0000 1.1
+++ PNOMain.cpp 28 Mar 2004 16:30:46 -0000 1.2
@@ -31,7 +31,7 @@
/* const PnoProc call[] = {
(PnoProc)__ARMlet_Take_Func_Addr__(OSystem_PALMOS_update_screen__wide_portrait),
(PnoProc)__ARMlet_Take_Func_Addr__(OSystem_PALMOS_update_screen__wide_landscape),
- //OSystem_PALMOS_copy_rect
+ //OSystem_PALMOS_copyRectToScreen
};
*/
#ifndef WIN32
More information about the Scummvm-git-logs
mailing list