Mercurial > sdl-ios-xcode
diff WhatsNew @ 1895:c121d94672cb
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 10 Jul 2006 21:04:37 +0000 |
parents | 5605a9820134 |
children | 4cb778067834 |
line wrap: on
line diff
--- a/WhatsNew Thu Jul 06 18:01:37 2006 +0000 +++ b/WhatsNew Mon Jul 10 21:04:37 2006 +0000 @@ -1,7 +1,11 @@ This is a list of API changes in SDL's version history. -Version 1.0: +1.3.0: + Added SDL_GetNumVideoDrivers() and SDL_GetVideoDriver(). + Replaced SDL_VideoDriverName() with SDL_GetCurrentVideoDriver() + Added SDL_GetNumAudioDrivers() and SDL_GetAudioDriver(). + Replaced SDL_AudioDriverName() with SDL_GetCurrentAudioDriver() 1.2.10: If SDL_OpenAudio() is passed zero for the desired format @@ -416,8 +420,6 @@ 1.0.0: New public release -Version 0.11: - 0.11.5: A new function SDL_GetVideoSurface() has been added, and returns a pointer to the current display surface. @@ -436,8 +438,6 @@ installing fatal signal handlers on operating systems that support them. -Version 0.9: - 0.9.15: SDL_CreateColorCursor() has been removed. Color cursors should be implemented as sprites, blitted by the application when the