mirror of https://github.com/encounter/SDL.git
include: Fix indentation on SDL_SoftStretch doxygen comment.
Otherwise wikiheaders.pl doesn't think it's valid.
This commit is contained in:
parent
40ed9f75c9
commit
194657a2c6
|
@ -811,12 +811,12 @@ extern DECLSPEC int SDLCALL SDL_LowerBlit
|
||||||
SDL_Surface * dst, SDL_Rect * dstrect);
|
SDL_Surface * dst, SDL_Rect * dstrect);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Perform a fast, low quality, stretch blit between two surfaces of the
|
* Perform a fast, low quality, stretch blit between two surfaces of the
|
||||||
* same format.
|
* same format.
|
||||||
*
|
*
|
||||||
* Please use SDL_BlitScaled() instead.
|
* Please use SDL_BlitScaled() instead.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
|
extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
|
||||||
const SDL_Rect * srcrect,
|
const SDL_Rect * srcrect,
|
||||||
SDL_Surface * dst,
|
SDL_Surface * dst,
|
||||||
|
|
Loading…
Reference in New Issue