Added SDL_LockRect() and SDL_UnlockRect()

Incorporated XFree86 extension libraries into the source
This commit is contained in:
Sam Lantinga
2002-03-05 19:55:32 +00:00
parent 3ff890d752
commit 393bef31ab
49 changed files with 8397 additions and 201 deletions

View File

@@ -16,6 +16,8 @@ be found at the <A HREF="http://www.libsdl.org/"> main SDL page</A>.
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!)