Mercurial > sdl-ios-xcode
diff src/audio/mint/SDL_mintaudio.h @ 704:c4803992e09c
Small bugfixes
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 30 Aug 2003 20:00:11 +0000 |
parents | 594422ab8f9f |
children | b8d311d90021 |
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio.h Sat Aug 30 17:12:10 2003 +0000 +++ b/src/audio/mint/SDL_mintaudio.h Sat Aug 30 20:00:11 2003 +0000 @@ -106,9 +106,9 @@ /* Variables */ extern SDL_AudioDevice *SDL_MintAudio_device; extern Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */ -extern long SDL_MintAudio_audiosize; /* Length of audio buffer=spec->size */ -extern long SDL_MintAudio_numbuf; /* Buffer to play */ -extern long SDL_MintAudio_mutex; +extern unsigned long SDL_MintAudio_audiosize; /* Length of audio buffer=spec->size */ +extern unsigned short SDL_MintAudio_numbuf; /* Buffer to play */ +extern unsigned short SDL_MintAudio_mutex; extern cookie_stfa_t *SDL_MintAudio_stfa; /* Functions */