comparison src/main/macosx/exports/SDL.x @ 296:fab1ddc4d7bf

Removed the API changes to preserve SDL 1.2 stability
author Sam Lantinga <slouken@libsdl.org>
date Wed, 06 Mar 2002 11:05:47 +0000
parents 54ad1d2f1325
children 12a21d82a060
comparison
equal deleted inserted replaced
295:54ad1d2f1325 296:fab1ddc4d7bf
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_LoadObject
78 _SDL_LoadFunction
79 _SDL_UnloadObject
80 _SDL_GetMouseState 77 _SDL_GetMouseState
81 _SDL_GetRelativeMouseState 78 _SDL_GetRelativeMouseState
82 _SDL_WarpMouse 79 _SDL_WarpMouse
83 _SDL_CreateCursor 80 _SDL_CreateCursor
84 _SDL_SetCursor 81 _SDL_SetCursor
142 _SDL_CreateRGBSurface 139 _SDL_CreateRGBSurface
143 _SDL_CreateRGBSurfaceFrom 140 _SDL_CreateRGBSurfaceFrom
144 _SDL_FreeSurface 141 _SDL_FreeSurface
145 _SDL_LockSurface 142 _SDL_LockSurface
146 _SDL_UnlockSurface 143 _SDL_UnlockSurface
147 _SDL_LockRect
148 _SDL_UnlockRect
149 _SDL_LoadBMP_RW 144 _SDL_LoadBMP_RW
150 _SDL_SaveBMP_RW 145 _SDL_SaveBMP_RW
151 _SDL_SetColorKey 146 _SDL_SetColorKey
152 _SDL_SetAlpha 147 _SDL_SetAlpha
153 _SDL_SetClipRect 148 _SDL_SetClipRect