diff docs.html @ 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 c5010ab8ba35
children d2d48e10f370
line wrap: on
line diff
--- a/docs.html	Sat Mar 02 16:50:35 2002 +0000
+++ b/docs.html	Tue Mar 05 19:55:32 2002 +0000
@@ -16,6 +16,8 @@
 Major changes since SDL 1.0.0:
 </H2>
 <UL>
+	<LI> 1.2.4: Added SDL_LockRect() and SDL_UnlockRect()
+	<LI> 1.2.4: Incorporated XFree86 extension libraries into the source
 	<LI> 1.2.4: Added initial support for Atari (thanks Patrice!)
 	<LI> 1.2.4: Added support for joysticks on *BSD (thanks Wilbern!)
 	<LI> 1.2.4: Added a YUV overlay test program (thanks Jon!)