changeset 3211:8c7d86ae6509

Another documentation fix, Thanks to Mason Wheeler for finding these.
author Bob Pendleton <bob@pendleton.com>
date Thu, 02 Jul 2009 16:53:56 +0000
parents 3272812c7eab
children 759032c318d8
files include/SDL_video.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_video.h	Thu Jul 02 16:15:55 2009 +0000
+++ b/include/SDL_video.h	Thu Jul 02 16:53:56 2009 +0000
@@ -1142,7 +1142,7 @@
                                               const SDL_Rect * rects);
 
 /**
- * \fn void SDL_SetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, Uint8 a)
+ * \fn int SDL_SetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, Uint8 a)
  *
  * \brief Set the color used for drawing operations (Fill and Line).
  *
@@ -1156,7 +1156,7 @@
                                            Uint8 a);
 
 /**
- * \fn void SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
+ * \fn int SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
  *
  * \brief Get the color used for drawing operations (Fill and Line).
  *