Mercurial > sdl-ios-xcode
diff src/audio/windx5/SDL_dx5audio.h @ 1895:c121d94672cb
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 10 Jul 2006 21:04:37 +0000 |
parents | 9b02a5b97f79 |
children | 5f6550e5184f 9dc81c6acaf5 |
line wrap: on
line diff
--- a/src/audio/windx5/SDL_dx5audio.h Thu Jul 06 18:01:37 2006 +0000 +++ b/src/audio/windx5/SDL_dx5audio.h Mon Jul 10 21:04:37 2006 +0000 @@ -32,14 +32,15 @@ #define _THIS SDL_AudioDevice *this /* The DirectSound objects */ -struct SDL_PrivateAudioData { - LPDIRECTSOUND sound; - LPDIRECTSOUNDBUFFER mixbuf; - int NUM_BUFFERS; - int mixlen, silence; - DWORD lastchunk; - Uint8 *locked_buf; - HANDLE audio_event; +struct SDL_PrivateAudioData +{ + LPDIRECTSOUND sound; + LPDIRECTSOUNDBUFFER mixbuf; + int NUM_BUFFERS; + int mixlen, silence; + DWORD lastchunk; + Uint8 *locked_buf; + HANDLE audio_event; }; /* Old variable names */ @@ -53,3 +54,5 @@ #define audio_event (this->hidden->audio_event) #endif /* _SDL_lowaudio_h */ + +/* vi: set ts=4 sw=4 expandtab: */