# HG changeset patch # User Sam Lantinga # Date 1229776358 0 # Node ID 633ce79b7a5b5b6e9c3a45c54f10e04bf144bc84 # Parent ca64994682508059b45125339be5bcd229a52a98 Minor corrections diff -r ca6499468250 -r 633ce79b7a5b include/SDL_video.h --- 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. *