Mercurial > sdl-ios-xcode
comparison WhatsNew @ 296:fab1ddc4d7bf
Removed the API changes to preserve SDL 1.2 stability
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 06 Mar 2002 11:05:47 +0000 |
parents | d2d48e10f370 |
children | 24edec3cafe4 |
comparison
equal
deleted
inserted
replaced
295:54ad1d2f1325 | 296:fab1ddc4d7bf |
---|---|
1 | 1 |
2 This is a list of API changes in SDL's version history. | 2 This is a list of API changes in SDL's version history. |
3 | 3 |
4 Version 1.0: | 4 Version 1.0: |
5 | |
6 1.2.4: | |
7 Added a new header file: SDL_loadso.h | |
8 It contains the following functions: | |
9 SDL_LoadObject(), SDL_LoadFunction(), SDL_UnloadObject() | |
10 The UNIX esd and arts audio code use these to dynamically load | |
11 their respective audio libraries. | |
12 | |
13 Added SDL_LockRect() and SDL_UnlockRect() to lock a portion of a | |
14 surface. This may be more efficient than a full lock if you are | |
15 using a hardware surface and plan to make a few changes to small | |
16 areas in the surface. | |
17 | 5 |
18 1.2.0: | 6 1.2.0: |
19 Added SDL_VIDEOEXPOSE event to signal that the screen needs to | 7 Added SDL_VIDEOEXPOSE event to signal that the screen needs to |
20 be redrawn. This is currently only delivered to OpenGL windows | 8 be redrawn. This is currently only delivered to OpenGL windows |
21 on X11, though it may be delivered in the future when the video | 9 on X11, though it may be delivered in the future when the video |