Mercurial > sdl-ios-xcode
comparison include/SDL_surface.h @ 3709:bf49b4a57dcf
Removed reference to compatibility function
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 26 Feb 2010 04:50:38 +0000 |
parents | d3f7cf8b0db0 |
children | 274743af0430 |
comparison
equal
deleted
inserted
replaced
3708:d3f7cf8b0db0 | 3709:bf49b4a57dcf |
---|---|
378 * | 378 * |
379 * The \c flags parameter is passed to SDL_CreateRGBSurface() and has those | 379 * The \c flags parameter is passed to SDL_CreateRGBSurface() and has those |
380 * semantics. You can also pass ::SDL_RLEACCEL in the flags parameter and | 380 * semantics. You can also pass ::SDL_RLEACCEL in the flags parameter and |
381 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting | 381 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting |
382 * surface. | 382 * surface. |
383 * | |
384 * This function is used internally by SDL_DisplayFormat(). | |
385 */ | 383 */ |
386 extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface | 384 extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface |
387 (SDL_Surface * src, SDL_PixelFormat * fmt, Uint32 flags); | 385 (SDL_Surface * src, SDL_PixelFormat * fmt, Uint32 flags); |
388 | 386 |
389 /** | 387 /** |