Mercurial > sdl-ios-xcode
changeset 2886:633ce79b7a5b
Minor corrections
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 20 Dec 2008 12:32:38 +0000 |
parents | ca6499468250 |
children | f8c0c5ef6d54 |
files | include/SDL_video.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_video.h Sat Dec 20 12:32:25 2008 +0000 +++ b/include/SDL_video.h Sat Dec 20 12:32:38 2008 +0000 @@ -1171,7 +1171,7 @@ /** * \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 * @@ -1197,7 +1197,7 @@ 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. *