comparison WhatsNew @ 292:eadc0746dfaf

Added SDL_LockRect() and SDL_UnlockRect() Incorporated XFree86 extension libraries into the source
author Sam Lantinga <slouken@libsdl.org>
date Tue, 05 Mar 2002 19:55:32 +0000
parents 74212992fb08
children d2d48e10f370
comparison
equal deleted inserted replaced
291:68a8a8237c09 292:eadc0746dfaf
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 SDL_LockRect() and SDL_UnlockRect() to lock a portion of a
8 surface. This may be more efficient than a full lock if you are
9 using a hardware surface and plan to make a few changes to small
10 areas in the surface.
5 11
6 1.2.0: 12 1.2.0:
7 Added SDL_VIDEOEXPOSE event to signal that the screen needs to 13 Added SDL_VIDEOEXPOSE event to signal that the screen needs to
8 be redrawn. This is currently only delivered to OpenGL windows 14 be redrawn. This is currently only delivered to OpenGL windows
9 on X11, though it may be delivered in the future when the video 15 on X11, though it may be delivered in the future when the video