diff src/main/macosx/exports/SDL.x @ 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 3f344be3301b
children 54ad1d2f1325
line wrap: on
line diff
--- a/src/main/macosx/exports/SDL.x	Sat Mar 02 16:50:35 2002 +0000
+++ b/src/main/macosx/exports/SDL.x	Tue Mar 05 19:55:32 2002 +0000
@@ -141,6 +141,8 @@
 	_SDL_FreeSurface
 	_SDL_LockSurface
 	_SDL_UnlockSurface
+	_SDL_LockRect
+	_SDL_UnlockRect
 	_SDL_LoadBMP_RW
 	_SDL_SaveBMP_RW
 	_SDL_SetColorKey