Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 20, 2008
1 parent cb1ae0c commit 2de9a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_video.h
Expand Up @@ -1171,7 +1171,7 @@ extern DECLSPEC int SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b,
/**
* \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
*
Expand All @@ -1197,7 +1197,7 @@ extern DECLSPEC int SDLCALL SDL_SetRenderDrawBlendMode(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.
*
Expand Down

0 comments on commit 2de9a96

Please sign in to comment.