Clarified the windowID parameter

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404233
This commit is contained in:
Sam Lantinga 2009-11-25 06:24:15 +00:00
parent f0b63f9249
commit 3dba28911a

View file

@ -752,7 +752,7 @@ extern DECLSPEC int SDLCALL SDL_GetRenderDriverInfo(int index,
/** /**
* \brief Create and make active a 2D rendering context for a window. * \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 * \param index The index of the rendering driver to initialize, or -1 to
* initialize the first one supporting the requested flags. * initialize the first one supporting the requested flags.
* \param flags ::SDL_RendererFlags. * \param flags ::SDL_RendererFlags.