[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.41,1.42

Max Horn fingolfin at users.sourceforge.net
Sat Sep 6 13:23:05 CEST 2003


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

Modified Files:
	system.h 
Log Message:
added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- system.h	2 Aug 2003 00:36:37 -0000	1.41
+++ system.h	6 Sep 2003 20:21:54 -0000	1.42
@@ -59,7 +59,8 @@
 		EVENT_WHEELUP = 8,
 		EVENT_WHEELDOWN = 9,
 
-		EVENT_QUIT = 10
+		EVENT_QUIT = 10,
+		EVENT_SCREEN_CHANGED = 11
 	};
 
 	enum {





More information about the Scummvm-git-logs mailing list