changeset 292 | eadc0746dfaf |
parent 0 | 74212992fb08 |
child 294 | d2d48e10f370 |
--- a/WhatsNew Sat Mar 02 16:50:35 2002 +0000 +++ b/WhatsNew Tue Mar 05 19:55:32 2002 +0000 @@ -3,6 +3,12 @@ Version 1.0: +1.2.4: + Added SDL_LockRect() and SDL_UnlockRect() to lock a portion of a + surface. This may be more efficient than a full lock if you are + using a hardware surface and plan to make a few changes to small + areas in the surface. + 1.2.0: Added SDL_VIDEOEXPOSE event to signal that the screen needs to be redrawn. This is currently only delivered to OpenGL windows