[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.h,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Sat Dec 28 04:34:02 CET 2002


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv32431/backends/sdl

Modified Files:
	sdl-common.h 
Log Message:
valid C++

Index: sdl-common.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- sdl-common.h	28 Dec 2002 04:51:34 -0000	1.12
+++ sdl-common.h	28 Dec 2002 12:33:16 -0000	1.13
@@ -109,8 +109,8 @@
 	virtual void clear_overlay();
 	virtual void grab_overlay(int16 *buf, int pitch);
 	virtual void copy_rect_overlay(const int16 *buf, int pitch, int x, int y, int w, int h);
-	virtual int16 OSystem_SDL_Common::get_height();
-	virtual int16 OSystem_SDL_Common::get_width();
+	virtual int16 get_height();
+	virtual int16 get_width();
 
 	// Methods that convert RBG to/from colors suitable for the overlay.
 	virtual int16 RBGToColor(uint8 r, uint8 g, uint8 b);





More information about the Scummvm-git-logs mailing list