[Scummvm-cvs-logs] CVS: scummvm/backends/wince wince.cpp,1.6,1.7 wince.h,1.3,1.4

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


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

Modified Files:
	wince.cpp wince.h 
Log Message:
more OSystem docs & cleanup

Index: wince.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/wince.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- wince.cpp	29 May 2003 21:45:23 -0000	1.6
+++ wince.cpp	29 May 2003 22:34:34 -0000	1.7
@@ -1673,7 +1673,7 @@
 		memset(samples, 0, len);
 }
 
-bool OSystem_WINCE3::set_sound_proc(void *param, SoundProc *proc, byte format) {
+bool OSystem_WINCE3::set_sound_proc(SoundProc *proc, void *param, SoundFormat format) {
 	SDL_AudioSpec desired;
 
 	/* only one format supported at the moment */

Index: wince.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/wince.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wince.h	29 May 2003 21:45:23 -0000	1.3
+++ wince.h	29 May 2003 22:34:34 -0000	1.4
@@ -116,7 +116,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 cdrom status
 	// Returns true if cd audio is playing





More information about the Scummvm-git-logs mailing list