[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl.cpp,1.44,1.45 sdl_gl.cpp,1.52,1.53 sdl-common.cpp,1.80,1.81 sdl-common.h,1.35,1.36
- Next message: [Scummvm-cvs-logs] CVS: scummvm TODO,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl.cpp,1.44,1.45 sdl_gl.cpp,1.52,1.53 sdl-common.cpp,1.80,1.81 sdl-common.h,1.35,1.36
- Next message: [Scummvm-cvs-logs] CVS: scummvm TODO,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list