branch | SDL-1.3 |
changeset 1656 | 96c2f89cc7e1 |
parent 1545 | 8d9bb0cf2c2a |
child 1659 | 14717b52abc0 |
--- a/WhatsNew Thu Apr 27 05:49:51 2006 +0000 +++ b/WhatsNew Thu Apr 27 09:09:48 2006 +0000 @@ -4,6 +4,10 @@ Version 1.0: 1.2.10: + Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications. + + Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration. + Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set.