diff include/SDL_video.h @ 2886:633ce79b7a5b

Minor corrections
author Sam Lantinga <slouken@libsdl.org>
date Sat, 20 Dec 2008 12:32:38 +0000
parents 9dde605c7540
children 133601e3b255
line wrap: on
line diff
--- 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.
  *