From f79ced3ac2591bf180dfd7ce0a06b4bfd7778675 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 2 Aug 2009 18:39:57 +0000 Subject: [PATCH] Clarified API documentation --- 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.