[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.30,1.31

Max Horn fingolfin at users.sourceforge.net
Sun Jun 8 05:12:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv8456/common

Modified Files:
	system.h 
Log Message:
added quit event

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- system.h	29 May 2003 22:34:35 -0000	1.30
+++ system.h	8 Jun 2003 12:11:11 -0000	1.31
@@ -57,7 +57,9 @@
 		EVENT_RBUTTONDOWN = 6,
 		EVENT_RBUTTONUP = 7,
 		EVENT_WHEELUP = 8,
-		EVENT_WHEELDOWN = 9
+		EVENT_WHEELDOWN = 9,
+
+		EVENT_QUIT = 10
 	};
 
 	enum {





More information about the Scummvm-git-logs mailing list