mirror of
https://github.com/yawut/SDL.git
synced 2026-06-19 15:09:37 -05:00
Removed reference to compatibility function
This commit is contained in:
parent
77c0f695f9
commit
fae1ae3788
|
|
@ -380,8 +380,6 @@ extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface * surface,
|
|||
* semantics. You can also pass ::SDL_RLEACCEL in the flags parameter and
|
||||
* SDL will try to RLE accelerate colorkey and alpha blits in the resulting
|
||||
* surface.
|
||||
*
|
||||
* This function is used internally by SDL_DisplayFormat().
|
||||
*/
|
||||
extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface
|
||||
(SDL_Surface * src, SDL_PixelFormat * fmt, Uint32 flags);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user