Mercurial > sdl-ios-xcode
comparison src/audio/windib/SDL_dibaudio.c @ 3011:8f4ed5ec2b06
I ran a global "make indent" it modified the following files.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Fri, 09 Jan 2009 20:43:30 +0000 |
parents | 2929ed239d2a |
children | 8cc00819c8d6 |
comparison
equal
deleted
inserted
replaced
3010:a6694a812119 | 3011:8f4ed5ec2b06 |
---|---|
105 } | 105 } |
106 | 106 |
107 Uint8 * | 107 Uint8 * |
108 WINWAVEOUT_GetDeviceBuf(_THIS) | 108 WINWAVEOUT_GetDeviceBuf(_THIS) |
109 { | 109 { |
110 return (Uint8 *) (this->hidden-> | 110 return (Uint8 *) (this->hidden->wavebuf[this->hidden->next_buffer]. |
111 wavebuf[this->hidden->next_buffer].lpData); | 111 lpData); |
112 } | 112 } |
113 | 113 |
114 void | 114 void |
115 WINWAVEOUT_PlayDevice(_THIS) | 115 WINWAVEOUT_PlayDevice(_THIS) |
116 { | 116 { |