# HG changeset patch # User Sam Lantinga # Date 1259130255 0 # Node ID 7a606cfa5c2de40d2b2f36ca6fc295e8c1b741e9 # Parent 1192adfc6d52b23779729f8cf3f4f7bc1bd0fb01 Clarified the windowID parameter diff -r 1192adfc6d52 -r 7a606cfa5c2d include/SDL_video.h --- 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.