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

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarified API documentation
  • Loading branch information
slouken committed Aug 2, 2009
1 parent d58d4f0 commit f79ced3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_video.h
Expand Up @@ -1255,7 +1255,7 @@ extern DECLSPEC int SDLCALL SDL_RenderCopy(SDL_TextureID textureID,
* \brief Read pixels from the current rendering target.
*
* \param rect A pointer to the rectangle to read, or NULL for the entire render target
* \param pixels A pointer to be filled in with the pixel data
* \param pixels A pointer to be filled in with the pixel data in the rendering target format
* \param pitch The pitch of the pixels parameter
*
* \return 0 on success, or -1 if pixel reading is not supported.
Expand Down

0 comments on commit f79ced3

Please sign in to comment.