diff include/SDL_video.h @ 3492:7a606cfa5c2d

Clarified the windowID parameter
author Sam Lantinga <slouken@libsdl.org>
date Wed, 25 Nov 2009 06:24:15 +0000
parents 9f62f47d989b
children 40b1f7cb2062
line wrap: on
line diff
--- a/include/SDL_video.h	Wed Nov 25 06:00:00 2009 +0000
+++ b/include/SDL_video.h	Wed Nov 25 06:24:15 2009 +0000
@@ -752,7 +752,7 @@
 /**
  *  \brief Create and make active a 2D rendering context for a window.
  *  
- *  \param windowID The window used for rendering.
+ *  \param windowID The window where rendering is displayed.
  *  \param index    The index of the rendering driver to initialize, or -1 to 
  *                  initialize the first one supporting the requested flags.
  *  \param flags    ::SDL_RendererFlags.