[Scummvm-cvs-logs] CVS: scummvm/backends/dc dc.h,1.26,1.27

Max Horn fingolfin at users.sourceforge.net
Sun Mar 14 16:55:10 CET 2004


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1672/dc

Modified Files:
	dc.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: dc.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/dc.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- dc.h	14 Mar 2004 22:16:22 -0000	1.26
+++ dc.h	15 Mar 2004 00:45:44 -0000	1.27
@@ -64,8 +64,8 @@
   // Set the size of the video bitmap.
   // Typically, 320x200
   void initSize(uint w, uint h);
-  int16 get_height() { return _screen_h; }
-  int16 get_width() { return _screen_w; }
+  int16 getHeight() { return _screen_h; }
+  int16 getWidth() { return _screen_w; }
 
   // 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