comparison src/audio/dummy/SDL_dummyaudio.h @ 1537:60620d71e324

Corrected dummy audio callback firing to be realistic, cleaned up tabs.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 14 Mar 2006 19:12:49 +0000
parents 30f189cdd82b
children 782fd950bd46 a1b03ba2fcd0
comparison
equal deleted inserted replaced
1536:5151662ab728 1537:60620d71e324
32 struct SDL_PrivateAudioData { 32 struct SDL_PrivateAudioData {
33 /* The file descriptor for the audio device */ 33 /* The file descriptor for the audio device */
34 Uint8 *mixbuf; 34 Uint8 *mixbuf;
35 Uint32 mixlen; 35 Uint32 mixlen;
36 Uint32 write_delay; 36 Uint32 write_delay;
37 Uint32 initial_calls;
37 }; 38 };
38 39
39 #endif /* _SDL_dummyaudio_h */ 40 #endif /* _SDL_dummyaudio_h */