Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Clarified the windowID parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 25, 2009
1 parent 2684663 commit 8ac9654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_video.h
Expand Up @@ -752,7 +752,7 @@ extern DECLSPEC int SDLCALL SDL_GetRenderDriverInfo(int index,
/**
* \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.
Expand Down

0 comments on commit 8ac9654

Please sign in to comment.