mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 07:19:37 +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
|
||||
PWAVStream = ^TWAVStream;
|
||||
TWAVStream = record
|
||||
wavefp : Pointer;
|
||||
rw : PSDL_RWops;
|
||||
freerw : TSDL_Bool;
|
||||
start : longint;
|
||||
stop : longint;
|
||||
cvt : TSDL_AudioCVT;
|
||||
|
@ -101,8 +101,8 @@ type
|
||||
//wavestream.h types
|
||||
PWAVStream = ^TWAVStream;
|
||||
TWAVStream = record
|
||||
wavefp : Pointer;
|
||||
start : longint;
|
||||
rw : PSDL_RWops;
|
||||
freerw : TSDL_Bool;
|
||||
stop : longint;
|
||||
cvt : TSDL_AudioCVT;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user