Mercurial > sdl-ios-xcode
comparison src/main/win32/exports/SDL.def @ 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 | 29a638dc26db |
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 |