1.1 --- a/include/SDL_video.h Tue Jul 31 04:06:56 2001 +0000
1.2 +++ b/include/SDL_video.h Tue Jul 31 05:36:10 2001 +0000
1.3 @@ -593,7 +593,7 @@
1.4 * Note that blits are automatically clipped to the edges of the source
1.5 * and destination surfaces.
1.6 */
1.7 -extern DECLSPEC SDL_bool SDL_SetClipRect(SDL_Surface *surface, SDL_Rect *rect);
1.8 +extern DECLSPEC SDL_bool SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect);
1.9
1.10 /*
1.11 * Gets the clipping rectangle for the destination surface in a blit.