[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


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






More information about the Scummvm-git-logs mailing list