Search
lxdream.org :: lxdream/src/drivers/audio_osx.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/audio_osx.c
changeset 786:8f6ece92500e
prev736:a02d1475ccfd
author nkeynes
date Fri Oct 10 00:07:54 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Update the texture dimensions regardless of whether we created the texture here
or not - safer than depending on the caller to do it
file annotate diff log raw
1.1 --- a/src/drivers/audio_osx.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/drivers/audio_osx.c Fri Oct 10 00:07:54 2008 +0000
1.3 @@ -97,8 +97,8 @@
1.4 output_buffer = buffer;
1.5 output_buffer->posn = 0;
1.6 AudioDeviceStart(output_device, audio_osx_callback);
1.7 - return FALSE;
1.8 }
1.9 + return FALSE;
1.10 }
1.11
1.12 void audio_osx_start()
.