diff 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
line wrap: on
line diff
--- a/src/main/win32/exports/SDL.def	Sat Mar 02 16:50:35 2002 +0000
+++ b/src/main/win32/exports/SDL.def	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