Search
lxdream.org :: lxdream/src/drivers/audio_esd.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/audio_esd.c
changeset 424:421d68e78c46
prev180:e6dcf9b65658
next561:533f6b478071
author nkeynes
date Sat Oct 13 04:01:02 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add ability to track the last displayed buffer, and handle expose/resize
events appropriately
file annotate diff log raw
1.1 --- a/src/drivers/audio_esd.c Sun Jul 02 04:59:00 2006 +0000
1.2 +++ b/src/drivers/audio_esd.c Sat Oct 13 04:01:02 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: audio_esd.c,v 1.8 2006-07-02 04:59:00 nkeynes Exp $
1.6 + * $Id: audio_esd.c,v 1.9 2007-10-07 05:42:25 nkeynes Exp $
1.7 *
1.8 * The esd (esound) audio driver
1.9 *
1.10 @@ -15,6 +15,8 @@
1.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.12 * GNU General Public License for more details.
1.13 */
1.14 +#include <stdio.h>
1.15 +#include <unistd.h>
1.16 #include <esd.h>
1.17 #include "aica/audio.h"
1.18 #include "dream.h"
.