[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src be_zodiac.cpp,1.3,1.4 be_zodiac.h,1.4,1.5

Chris Apers chrilith at users.sourceforge.net
Sun Dec 11 11:53:05 CET 2005


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31457

Modified Files:
	be_zodiac.cpp be_zodiac.h 
Log Message:
Cleanup

Index: be_zodiac.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/be_zodiac.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- be_zodiac.cpp	5 Nov 2005 10:19:28 -0000	1.3
+++ be_zodiac.cpp	11 Dec 2005 19:52:39 -0000	1.4
@@ -37,19 +37,8 @@
 	_keyMouse.bitLeft	= keyBitRockerLeft;
 	_keyMouse.bitRight	= keyBitRockerRight;
 	_keyMouse.bitButLeft= keyBitRockerCenter;
+	_keyMouse.hasMore	= true;
 }
-/*
-uint32 OSystem_PalmZodiac::getMillis() {
-	return TwGetMicroSeconds();
-}
-
-void OSystem_PalmZodiac::delayMillis(uint msecs) {
-	Int32 delay = (SysTicksPerSecond() * msecs) / 1000;
-
-	if (delay > 0)
-		SysTaskDelay(delay);
-}
-*/
 
 void OSystem_PalmZodiac::calc_rect(Boolean fullscreen) {
 	Int32 w, h;

Index: be_zodiac.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/be_zodiac.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- be_zodiac.h	5 Nov 2005 10:19:28 -0000	1.4
+++ be_zodiac.h	11 Dec 2005 19:52:39 -0000	1.5
@@ -24,8 +24,8 @@
 #ifndef BE_ZODIAC_H
 #define BE_ZODIAC_H
 
-#include "be_os5.h"
 #include <tapwave.h>
+#include "be_os5.h"
 
 #define MIN_OFFSET	20
 
@@ -89,9 +89,6 @@
 	void copyRectToOverlay(const OverlayColor *buf, int pitch, int x, int y, int w, int h);
 	OverlayColor RGBToColor(uint8 r, uint8 g, uint8 b);
 	void colorToRGB(OverlayColor color, uint8 &r, uint8 &g, uint8 &b);
-//	uint32 getMillis();
-//	void delayMillis(uint msecs);
-
 };
 
 #endif





More information about the Scummvm-git-logs mailing list