# HG changeset patch
# User Sam Lantinga <slouken@libsdl.org>
# Date 1283146118 25200
# Node ID e1f1b209c196e10a0c546e577bdeaefdaa0a42bb
# Parent  f191762fb5c6aea773482d723a97ad5b56c3cfdb
Documentation consistency

diff -r f191762fb5c6 -r e1f1b209c196 include/SDL_video.h
--- a/include/SDL_video.h	Sun Aug 29 22:22:27 2010 -0700
+++ b/include/SDL_video.h	Sun Aug 29 22:28:38 2010 -0700
@@ -1198,7 +1198,7 @@
                                                 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.
  *  
@@ -1207,7 +1207,7 @@
 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.