[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src/missing _stdlib.cpp,1.2,1.3

Chris Apers chrilith at users.sourceforge.net
Mon May 19 04:07:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing
In directory sc8-pr-cvs1:/tmp/cvs-serv14215

Modified Files:
	_stdlib.cpp 
Log Message:
Change 'exit' function

Index: _stdlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/missing/_stdlib.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _stdlib.cpp	30 Apr 2003 21:08:43 -0000	1.2
+++ _stdlib.cpp	19 May 2003 11:06:16 -0000	1.3
@@ -230,6 +230,8 @@
 {
 	// need to change this
 	EventType event;
-	event.eType = appStopEvent;
+	event.eType = keyDownEvent;
+	event.data.keyDown.chr = vchrLaunch;
+	event.data.keyDown.modifiers = commandKeyMask;
 	EvtAddEventToQueue (&event);
 }





More information about the Scummvm-git-logs mailing list