Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 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 | eadc0746dfaf |
children | f6ffac90895c |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Wed Mar 06 05:37:21 2002 +0000 +++ b/src/video/SDL_sysvideo.h Wed Mar 06 11:05:47 2002 +0000 @@ -153,8 +153,6 @@ /* Returns a readable/writable surface */ int (*LockHWSurface)(_THIS, SDL_Surface *surface); void (*UnlockHWSurface)(_THIS, SDL_Surface *surface); - int (*LockHWSurfaceRect)(_THIS, SDL_Surface *surface, SDL_Rect *rect, void **pixels, int *pitch); - void (*UnlockHWSurfaceRect)(_THIS, SDL_Surface *surface); /* Performs hardware flipping */ int (*FlipHWSurface)(_THIS, SDL_Surface *surface);