comparison src/audio/pulseaudio/SDL_pulseaudio.h @ 2274:aedfcdeb69b6

indent
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Sep 2007 12:11:40 +0000
parents 60b4c52a7906
children 99210400e8b9
comparison
equal deleted inserted replaced
2273:a25bc0f79557 2274:aedfcdeb69b6
31 /* Hidden "this" pointer for the audio functions */ 31 /* Hidden "this" pointer for the audio functions */
32 #define _THIS SDL_AudioDevice *this 32 #define _THIS SDL_AudioDevice *this
33 33
34 struct SDL_PrivateAudioData 34 struct SDL_PrivateAudioData
35 { 35 {
36 /* The audio stream handle */ 36 /* The audio stream handle */
37 pa_simple *stream; 37 pa_simple *stream;
38 38
39 /* The parent process id, to detect when application quits */ 39 /* The parent process id, to detect when application quits */
40 pid_t parent; 40 pid_t parent;
41 41
42 /* Raw mixing buffer */ 42 /* Raw mixing buffer */