Mercurial > sdl-ios-xcode
diff src/main/beos/exports/SDL.exp @ 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 | 54ad1d2f1325 |
line wrap: on
line diff
--- a/src/main/beos/exports/SDL.exp Sat Mar 02 16:50:35 2002 +0000 +++ b/src/main/beos/exports/SDL.exp Tue Mar 05 19:55:32 2002 +0000 @@ -74,6 +74,7 @@ _SDL_GetModState _SDL_SetModState _SDL_GetKeyName +_SDL_SetModuleHandle _SDL_RegisterApp _SDL_InitQuickDraw _SDL_GetMouseState @@ -143,6 +144,8 @@ _SDL_FreeSurface _SDL_LockSurface _SDL_UnlockSurface +_SDL_LockRect +_SDL_UnlockRect _SDL_LoadBMP_RW _SDL_SaveBMP_RW _SDL_SetColorKey @@ -174,3 +177,4 @@ _SDL_WM_IconifyWindow _SDL_WM_ToggleFullScreen _SDL_WM_GrabInput +_SDL_SoftStretch