diff 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
line wrap: on
line diff
--- 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