Mercurial > sdl-ios-xcode
comparison WhatsNew @ 1765:c2c6ff414ef5
Fixed bug #45
Improved Xinerama support.
Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment variable, currently supported on X11 Xinerama configurations.
Only use the VidMode extension on the primary head.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 04 May 2006 16:51:07 +0000 |
parents | eacc5bc01d1c |
children | 5605a9820134 |
comparison
equal
deleted
inserted
replaced
1764:4b2f27334dce | 1765:c2c6ff414ef5 |
---|---|
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 Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment | |
8 variable, currently supported on X11 Xinerama configurations. | |
9 | |
7 Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications. | 10 Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications. |
8 | 11 |
9 Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration. | 12 Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration. |
10 | 13 |
11 Added current_w and current_h to the SDL_VideoInfo structure, | 14 Added current_w and current_h to the SDL_VideoInfo structure, |