Search
lxdream.org :: lxdream/src/drivers/audio_sdl.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/audio_sdl.c
changeset 994:a92d433f1be8
prev989:7baf5ecd8e98
next1021:848db285a184
author nkeynes
date Wed Mar 25 11:57:05 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Change glXMakeContextCurrent call to glXMakeCurrent - works around crash bug
in mesa: http://www.mail-archive.com/mesa-commit@lists.freedesktop.org/msg04338.html
file annotate diff log raw
1.1 --- a/src/drivers/audio_sdl.c Sat Feb 28 06:26:48 2009 +0000
1.2 +++ b/src/drivers/audio_sdl.c Wed Mar 25 11:57:05 2009 +0000
1.3 @@ -32,6 +32,7 @@
1.4 int buffer_pos;
1.5
1.6 void mix_audio(void *userdata, Uint8 *stream, int len);
1.7 +void audio_sdl_start();
1.8
1.9 gboolean audio_sdl_init( )
1.10 {
.