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

Commit

Permalink
Documentation consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 30, 2010
1 parent ceed0aa commit 3b515fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_video.h
Expand Up @@ -1198,7 +1198,7 @@ extern DECLSPEC int SDLCALL SDL_RenderDrawLines(const SDL_Point * points,
int count);

/**
* \brief Draw a rectangle on the current rendering target with the drawing color.
* \brief Draw a rectangle on the current rendering target.
*
* \param rect A pointer to the destination rectangle, or NULL to outline the entire rendering target.
*
Expand All @@ -1207,7 +1207,7 @@ extern DECLSPEC int SDLCALL SDL_RenderDrawLines(const SDL_Point * points,
extern DECLSPEC int SDLCALL SDL_RenderDrawRect(const SDL_Rect * rect);

/**
* \brief Draw some number of rectangles in the current rendering target with the drawing color.
* \brief Draw some number of rectangles on the current rendering target.
*
* \param rects A pointer to an array of destination rectangles.
* \param count The number of rectangles.
Expand Down

0 comments on commit 3b515fa

Please sign in to comment.