diff 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
line wrap: on
line diff
--- a/WhatsNew	Thu May 04 13:47:19 2006 +0000
+++ b/WhatsNew	Thu May 04 16:51:07 2006 +0000
@@ -4,6 +4,9 @@
 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.