Mercurial > sdl-ios-xcode
diff WhatsNew @ 1794:5605a9820134
Fixed bug #137
If SDL_OpenAudio() is passed zero for the desired format
fields, the following environment variables will be used
to fill them in:
SDL_AUDIO_FREQUENCY
SDL_AUDIO_FORMAT
SDL_AUDIO_CHANNELS
SDL_AUDIO_SAMPLES
If an environment variable is not specified, it will be set
to a reasonable default value.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 09 May 2006 08:52:54 +0000 |
parents | c2c6ff414ef5 |
children | c121d94672cb f5daa62ce1c4 |
line wrap: on
line diff
--- a/WhatsNew Tue May 09 07:52:04 2006 +0000 +++ b/WhatsNew Tue May 09 08:52:54 2006 +0000 @@ -4,6 +4,16 @@ Version 1.0: 1.2.10: + If SDL_OpenAudio() is passed zero for the desired format + fields, the following environment variables will be used + to fill them in: + SDL_AUDIO_FREQUENCY + SDL_AUDIO_FORMAT + SDL_AUDIO_CHANNELS + SDL_AUDIO_SAMPLES + If an environment variable is not specified, it will be set + to a reasonable default value. + Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment variable, currently supported on X11 Xinerama configurations.