From 5b2bf45c12cc7e346a8cd9b80148c5f4c3161e2c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 2 Aug 2009 18:39:57 +0000 Subject: [PATCH] Clarified API documentation --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403728 --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index ea59bb2a0..48aba0792 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -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.