[Scummvm-cvs-logs] CVS: scummvm/backends/gp32 gp32.h,1.16,1.17
Max Horn
fingolfin at users.sourceforge.net
Sun Mar 14 16:55:19 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/sdl events.cpp,1.3,1.4 graphics.cpp,1.4,1.5 sdl-common.h,1.54,1.55
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/dc dc.h,1.27,1.28 display.cpp,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/backends/gp32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1672/gp32
Modified Files:
gp32.h
Log Message:
Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h
Index: gp32.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp32.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- gp32.h 28 Feb 2004 12:57:51 -0000 1.16
+++ gp32.h 15 Mar 2004 00:45:44 -0000 1.17
@@ -40,8 +40,8 @@
// Set the size of the video bitmap.
// Typically, 320x200
void initSize(uint w, uint h);
- int16 get_height() { return _screenHeight; }
- int16 get_width() { return _screenWidth; }
+ int16 getHeight() { return _screenHeight; }
+ int16 getWidth() { return _screenWidth; }
// Draw a bitmap to screen.
// The screen will not be updated to reflect the new bitmap
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/sdl events.cpp,1.3,1.4 graphics.cpp,1.4,1.5 sdl-common.h,1.54,1.55
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/dc dc.h,1.27,1.28 display.cpp,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list