[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.52,1.53
James Brown
ender at users.sourceforge.net
Fri Nov 12 20:34:08 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.375,2.376 gfx.h,1.93,1.94 script_v72he.cpp,2.183,2.184 script_v90he.cpp,2.107,2.108
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common system.h,1.71,1.72
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2267/base
Modified Files:
main.cpp
Log Message:
Add new clearScreen OSystem call. Currently only implemented in SDL backend. This call is currently only used for clearing the launcher screen to remove garbage from the main screen before reentering.
Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- main.cpp 11 Nov 2004 14:01:09 -0000 1.52
+++ main.cpp 13 Nov 2004 04:33:28 -0000 1.53
@@ -195,6 +195,9 @@
// to fix all backends to support it, if they don't already.
system->initSize(320, 200);
+ // Clear the main screen
+ system->clearScreen();
+
// FIXME - mouse cursors are currently always set via 8 bit data.
// Thus for now we need to setup a dummy palette. On the long run, we might
// want to add a setMouseCursor_overlay() method to OSystem, which would serve
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.375,2.376 gfx.h,1.93,1.94 script_v72he.cpp,2.183,2.184 script_v90he.cpp,2.107,2.108
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common system.h,1.71,1.72
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list