equal
deleted
inserted
replaced
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, |