comparison src/audio/windib/SDL_dibaudio.c @ 2698:e1da92da346c gsoc2008_nds

Clean up.
author Darren Alton <dalton@stevens.edu>
date Wed, 27 Aug 2008 04:23:38 +0000
parents e27bdcc80744
children
comparison
equal deleted inserted replaced
2697:c9121b04cffa 2698:e1da92da346c
105 } 105 }
106 106
107 Uint8 * 107 Uint8 *
108 WINWAVEOUT_GetDeviceBuf(_THIS) 108 WINWAVEOUT_GetDeviceBuf(_THIS)
109 { 109 {
110 return (Uint8 *) (this->hidden->wavebuf[this->hidden->next_buffer]. 110 return (Uint8 *) (this->hidden->
111 lpData); 111 wavebuf[this->hidden->next_buffer].lpData);
112 } 112 }
113 113
114 void 114 void
115 WINWAVEOUT_PlayDevice(_THIS) 115 WINWAVEOUT_PlayDevice(_THIS)
116 { 116 {