Mercurial > sdl-ios-xcode
diff src/audio/bsd/SDL_bsdaudio.h @ 3820:1f156fd874fa SDL-ryan-multiple-audio-device
Moved more audio drivers to 1.3 API (all 5 MiNT backends, BSD, IRIX...), and
some other tweaks in already-converted drivers.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 07 Oct 2006 05:36:36 +0000 |
parents | c121d94672cb |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/audio/bsd/SDL_bsdaudio.h Fri Oct 06 20:36:23 2006 +0000 +++ b/src/audio/bsd/SDL_bsdaudio.h Sat Oct 07 05:36:36 2006 +0000 @@ -21,8 +21,8 @@ */ #include "SDL_config.h" -#ifndef _SDL_openbsdaudio_h -#define _SDL_openbsdaudio_h +#ifndef _SDL_bsdaudio_h +#define _SDL_bsdaudio_h #include "../SDL_sysaudio.h" @@ -47,13 +47,6 @@ #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */ -/* Old variable names */ -#define audio_fd (this->hidden->audio_fd) -#define parent (this->hidden->parent) -#define mixbuf (this->hidden->mixbuf) -#define mixlen (this->hidden->mixlen) -#define frame_ticks (this->hidden->frame_ticks) -#define next_frame (this->hidden->next_frame) +#endif /* _SDL_bsdaudio_h */ -#endif /* _SDL_openbsdaudio_h */ /* vi: set ts=4 sw=4 expandtab: */