Minor corrections
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403348
This commit is contained in:
parent
2092365e5a
commit
d29d0c965f
1 changed files with 2 additions and 2 deletions
|
@ -1171,7 +1171,7 @@ extern DECLSPEC int SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b,
|
||||||
/**
|
/**
|
||||||
* \fn int SDL_SetRenderDrawBlendMode(int blendMode)
|
* \fn int SDL_SetRenderDrawBlendMode(int blendMode)
|
||||||
*
|
*
|
||||||
* \brief Set the blend mode used for drawing operations
|
* \brief Set the blend mode used for drawing operations (Fill and Line).
|
||||||
*
|
*
|
||||||
* \param blendMode SDL_BlendMode to use for blending
|
* \param blendMode SDL_BlendMode to use for blending
|
||||||
*
|
*
|
||||||
|
@ -1197,7 +1197,7 @@ extern DECLSPEC int SDLCALL SDL_SetRenderDrawBlendMode(int blendMode);
|
||||||
extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(int *blendMode);
|
extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(int *blendMode);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \fn void SDL_RenderLine(int x1, int y1, int x2, int y2)
|
* \fn int SDL_RenderLine(int x1, int y1, int x2, int y2)
|
||||||
*
|
*
|
||||||
* \brief Draw a line on the current rendering target.
|
* \brief Draw a line on the current rendering target.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue