Added X11 Xinerama support - fullscreen starts on screen 0

This commit is contained in:
Sam Lantinga
2001-11-03 17:03:16 +00:00
parent 090e4d7ff0
commit 6eef77e957
4 changed files with 79 additions and 15 deletions

View File

@@ -16,6 +16,7 @@ be found at the <A HREF="http://www.libsdl.org/"> main SDL page</A>.
Major changes since SDL 1.0.0:
</H2>
<UL>
<LI> 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0
<LI> 1.2.3: Added platform independent OpenGL header - SDL_opengl.h
<LI> 1.2.3: Fixed flashing the screen when creating a window on BeOS
<LI> 1.2.3: Added double-buffering support for SVGAlib (thanks Kutak!)