|
@@ -357,7 +357,7 @@ extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface * surface,
|
|
|
* surface.
|
|
|
*/
|
|
|
extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface
|
|
|
- (SDL_Surface * src, SDL_PixelFormat * fmt, Uint32 flags);
|
|
|
+ (SDL_Surface * src, const SDL_PixelFormat * fmt, Uint32 flags);
|
|
|
extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurfaceFormat
|
|
|
(SDL_Surface * src, Uint32 pixel_format, Uint32 flags);
|
|
|
|