comparison WhatsNew @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents 96c2f89cc7e1
children 8b9d79e7eacf
comparison
equal deleted inserted replaced
1658:e49147870aac 1659:14717b52abc0
2 This is a list of API changes in SDL's version history. 2 This is a list of API changes in SDL's version history.
3 3
4 Version 1.0: 4 Version 1.0:
5 5
6 1.2.10: 6 1.2.10:
7 If SDL_OpenAudio() is passed zero for the desired format
8 fields, the following environment variables will be used
9 to fill them in:
10 SDL_AUDIO_FREQUENCY
11 SDL_AUDIO_FORMAT
12 SDL_AUDIO_CHANNELS
13 SDL_AUDIO_SAMPLES
14 If an environment variable is not specified, it will be set
15 to a reasonable default value.
16
17 Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment
18 variable, currently supported on X11 Xinerama configurations.
19
7 Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications. 20 Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications.
8 21
9 Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration. 22 Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.
10 23
11 Added current_w and current_h to the SDL_VideoInfo structure, 24 Added current_w and current_h to the SDL_VideoInfo structure,