author | Sam Lantinga <slouken@libsdl.org> |
Wed, 25 Nov 2009 06:24:15 +0000 | |
changeset 3492 | 7a606cfa5c2d |
parent 3491 | 1192adfc6d52 |
child 3493 | 40b1f7cb2062 |
--- 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.