comparison 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
comparison
equal deleted inserted replaced
291:68a8a8237c09 292:eadc0746dfaf
72 _SDL_EnableKeyRepeat 72 _SDL_EnableKeyRepeat
73 _SDL_GetKeyState 73 _SDL_GetKeyState
74 _SDL_GetModState 74 _SDL_GetModState
75 _SDL_SetModState 75 _SDL_SetModState
76 _SDL_GetKeyName 76 _SDL_GetKeyName
77 _SDL_SetModuleHandle
77 _SDL_RegisterApp 78 _SDL_RegisterApp
78 _SDL_InitQuickDraw 79 _SDL_InitQuickDraw
79 _SDL_GetMouseState 80 _SDL_GetMouseState
80 _SDL_GetRelativeMouseState 81 _SDL_GetRelativeMouseState
81 _SDL_WarpMouse 82 _SDL_WarpMouse
141 _SDL_CreateRGBSurface 142 _SDL_CreateRGBSurface
142 _SDL_CreateRGBSurfaceFrom 143 _SDL_CreateRGBSurfaceFrom
143 _SDL_FreeSurface 144 _SDL_FreeSurface
144 _SDL_LockSurface 145 _SDL_LockSurface
145 _SDL_UnlockSurface 146 _SDL_UnlockSurface
147 _SDL_LockRect
148 _SDL_UnlockRect
146 _SDL_LoadBMP_RW 149 _SDL_LoadBMP_RW
147 _SDL_SaveBMP_RW 150 _SDL_SaveBMP_RW
148 _SDL_SetColorKey 151 _SDL_SetColorKey
149 _SDL_SetAlpha 152 _SDL_SetAlpha
150 _SDL_SetClipRect 153 _SDL_SetClipRect
172 _SDL_WM_GetCaption 175 _SDL_WM_GetCaption
173 _SDL_WM_SetIcon 176 _SDL_WM_SetIcon
174 _SDL_WM_IconifyWindow 177 _SDL_WM_IconifyWindow
175 _SDL_WM_ToggleFullScreen 178 _SDL_WM_ToggleFullScreen
176 _SDL_WM_GrabInput 179 _SDL_WM_GrabInput
180 _SDL_SoftStretch