comparison 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
comparison
equal deleted inserted replaced
291:68a8a8237c09 292:eadc0746dfaf
139 _SDL_CreateRGBSurface 139 _SDL_CreateRGBSurface
140 _SDL_CreateRGBSurfaceFrom 140 _SDL_CreateRGBSurfaceFrom
141 _SDL_FreeSurface 141 _SDL_FreeSurface
142 _SDL_LockSurface 142 _SDL_LockSurface
143 _SDL_UnlockSurface 143 _SDL_UnlockSurface
144 _SDL_LockRect
145 _SDL_UnlockRect
144 _SDL_LoadBMP_RW 146 _SDL_LoadBMP_RW
145 _SDL_SaveBMP_RW 147 _SDL_SaveBMP_RW
146 _SDL_SetColorKey 148 _SDL_SetColorKey
147 _SDL_SetAlpha 149 _SDL_SetAlpha
148 _SDL_SetClipRect 150 _SDL_SetClipRect