comparison src/main/macos/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
74 SDL_EnableKeyRepeat 74 SDL_EnableKeyRepeat
75 SDL_GetKeyState 75 SDL_GetKeyState
76 SDL_GetModState 76 SDL_GetModState
77 SDL_SetModState 77 SDL_SetModState
78 SDL_GetKeyName 78 SDL_GetKeyName
79 SDL_LoadObject
80 SDL_LoadFunction
81 SDL_UnloadObject
82 SDL_GetMouseState 79 SDL_GetMouseState
83 SDL_GetRelativeMouseState 80 SDL_GetRelativeMouseState
84 SDL_WarpMouse 81 SDL_WarpMouse
85 SDL_CreateCursor 82 SDL_CreateCursor
86 SDL_SetCursor 83 SDL_SetCursor
144 SDL_CreateRGBSurface 141 SDL_CreateRGBSurface
145 SDL_CreateRGBSurfaceFrom 142 SDL_CreateRGBSurfaceFrom
146 SDL_FreeSurface 143 SDL_FreeSurface
147 SDL_LockSurface 144 SDL_LockSurface
148 SDL_UnlockSurface 145 SDL_UnlockSurface
149 SDL_LockRect
150 SDL_UnlockRect
151 SDL_LoadBMP_RW 146 SDL_LoadBMP_RW
152 SDL_SaveBMP_RW 147 SDL_SaveBMP_RW
153 SDL_SetColorKey 148 SDL_SetColorKey
154 SDL_SetAlpha 149 SDL_SetAlpha
155 SDL_SetClipRect 150 SDL_SetClipRect