[Scummvm-cvs-logs] CVS: scummvm/backends/x11 x11.cpp,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Tue Jul 22 13:37:28 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/x11
In directory sc8-pr-cvs1:/tmp/cvs-serv1455/x11

Modified Files:
	x11.cpp 
Log Message:
adjusted to play_cdrom parameter name change in common/system.h

Index: x11.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/x11/x11.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- x11.cpp	6 Jul 2003 19:31:44 -0000	1.14
+++ x11.cpp	22 Jul 2003 20:36:43 -0000	1.15
@@ -105,7 +105,7 @@
 	bool poll_cdrom();
 
 	// Play cdrom audio track
-	void play_cdrom(int track, int num_loops, int start_frame, int end_frame);
+	void play_cdrom(int track, int num_loops, int start_frame, int duration);
 
 	// Stop cdrom audio track
 	void stop_cdrom();
@@ -801,7 +801,7 @@
 	return false;
 }
 
-void OSystem_X11::play_cdrom(int track, int num_loops, int start_frame, int end_frame)
+void OSystem_X11::play_cdrom(int track, int num_loops, int start_frame, int duration)
 {
 }
 





More information about the Scummvm-git-logs mailing list