comparison 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
comparison
equal deleted inserted replaced
295:54ad1d2f1325 296:fab1ddc4d7bf
151 int (*SetHWAlpha)(_THIS, SDL_Surface *surface, Uint8 value); 151 int (*SetHWAlpha)(_THIS, SDL_Surface *surface, Uint8 value);
152 152
153 /* Returns a readable/writable surface */ 153 /* Returns a readable/writable surface */
154 int (*LockHWSurface)(_THIS, SDL_Surface *surface); 154 int (*LockHWSurface)(_THIS, SDL_Surface *surface);
155 void (*UnlockHWSurface)(_THIS, SDL_Surface *surface); 155 void (*UnlockHWSurface)(_THIS, SDL_Surface *surface);
156 int (*LockHWSurfaceRect)(_THIS, SDL_Surface *surface, SDL_Rect *rect, void **pixels, int *pitch);
157 void (*UnlockHWSurfaceRect)(_THIS, SDL_Surface *surface);
158 156
159 /* Performs hardware flipping */ 157 /* Performs hardware flipping */
160 int (*FlipHWSurface)(_THIS, SDL_Surface *surface); 158 int (*FlipHWSurface)(_THIS, SDL_Surface *surface);
161 159
162 /* Frees a previously allocated video surface */ 160 /* Frees a previously allocated video surface */