[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.53,1.54 sdl-common.h,1.25,1.26

Max Horn fingolfin at users.sourceforge.net
Thu May 29 15:35:13 CEST 2003


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

Modified Files:
	sdl-common.cpp sdl-common.h 
Log Message:
more OSystem docs & cleanup

Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- sdl-common.cpp	29 May 2003 21:45:23 -0000	1.53
+++ sdl-common.cpp	29 May 2003 22:34:34 -0000	1.54
@@ -827,7 +827,7 @@
 	return false;
 }
 
-bool OSystem_SDL_Common::set_sound_proc(void *param, SoundProc *proc, byte /* format */) {
+bool OSystem_SDL_Common::set_sound_proc(SoundProc *proc, void *param, SoundFormat format) {
 	SDL_AudioSpec desired;
 
 	memset(&desired, 0, sizeof(desired));

Index: sdl-common.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- sdl-common.h	29 May 2003 21:45:23 -0000	1.25
+++ sdl-common.h	29 May 2003 22:34:34 -0000	1.26
@@ -78,7 +78,7 @@
 	bool poll_event(Event *event);
 
 	// Set function that generates samples 
-	bool set_sound_proc(void *param, SoundProc *proc, byte sound);
+	bool set_sound_proc(SoundProc *proc, void *param, SoundFormat format);
 
 	// Poll CD status
 	// Returns true if cd audio is playing





More information about the Scummvm-git-logs mailing list