mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:09:23 +02:00
* adapt sdl mixer wavestream to 2008 SDL change. Patch by Yuichiro Takahashi
Mantis #25268 git-svn-id: trunk@25998 -
This commit is contained in:
parent
5ea99c84fd
commit
c84ac2214d
@ -252,7 +252,8 @@ type
|
|||||||
//wavestream.h types
|
//wavestream.h types
|
||||||
PWAVStream = ^TWAVStream;
|
PWAVStream = ^TWAVStream;
|
||||||
TWAVStream = record
|
TWAVStream = record
|
||||||
wavefp : Pointer;
|
rw : PSDL_RWops;
|
||||||
|
freerw : TSDL_Bool;
|
||||||
start : longint;
|
start : longint;
|
||||||
stop : longint;
|
stop : longint;
|
||||||
cvt : TSDL_AudioCVT;
|
cvt : TSDL_AudioCVT;
|
||||||
|
@ -101,8 +101,8 @@ type
|
|||||||
//wavestream.h types
|
//wavestream.h types
|
||||||
PWAVStream = ^TWAVStream;
|
PWAVStream = ^TWAVStream;
|
||||||
TWAVStream = record
|
TWAVStream = record
|
||||||
wavefp : Pointer;
|
rw : PSDL_RWops;
|
||||||
start : longint;
|
freerw : TSDL_Bool;
|
||||||
stop : longint;
|
stop : longint;
|
||||||
cvt : TSDL_AudioCVT;
|
cvt : TSDL_AudioCVT;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user