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

Max Horn fingolfin at users.sourceforge.net
Sun May 25 05:09:02 CEST 2003


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

Modified Files:
	sdl-common.h 
Log Message:
changed scaler proc signature so that srcPtr is const (this can help optimizer by simplifying aliasing detection; thanks to Bertrand Augereau for pointing this out)

Index: sdl-common.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- sdl-common.h	21 May 2003 16:59:51 -0000	1.23
+++ sdl-common.h	25 May 2003 12:08:01 -0000	1.24
@@ -124,9 +124,6 @@
 	static OSystem *create(int gfx_mode, bool full_screen);
 
 protected:
-	typedef void ScalerProc(uint8 *srcPtr, uint32 srcPitch,
-								uint8 *dstPtr, uint32 dstPitch, int width, int height);
-
 	OSystem_SDL_Common();
 	virtual ~OSystem_SDL_Common();
 





More information about the Scummvm-git-logs mailing list