[Scummvm-cvs-logs] CVS: scummvm x11.cpp,1.5,1.6

Lionel Ulmer bbrox at users.sourceforge.net
Mon Mar 18 09:56:39 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv25185

Modified Files:
	x11.cpp 
Log Message:
Fix Yet Another API Change :-)


Index: x11.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/x11.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** x11.cpp	17 Mar 2002 13:00:11 -0000	1.5
--- x11.cpp	18 Mar 2002 17:47:04 -0000	1.6
***************
*** 186,192 ****
  
  /* No CD on the iPAQ => stub functions */
! void cd_playtrack(int track, int offset, int delay) {
! }
! void cd_play(int track, int num_loops, int start_frame) {
  }
  int cd_is_running(void) {
--- 186,190 ----
  
  /* No CD on the iPAQ => stub functions */
! void cd_play(int track, int num_loops, int start_frame, int end_frame) {
  }
  int cd_is_running(void) {





More information about the Scummvm-git-logs mailing list