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.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401724
This commit is contained in:
Sam Lantinga 2006-05-04 16:51:07 +00:00
parent b8685c4495
commit daab242a93
5 changed files with 340 additions and 217 deletions

View file

@ -4,6 +4,9 @@ This is a list of API changes in SDL's version history.
Version 1.0:
1.2.10:
Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment
variable, currently supported on X11 Xinerama configurations.
Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications.
Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.