# HG changeset patch # User Sam Lantinga # Date 1249238397 0 # Node ID 458e53d8662c8bb49b16c783996b1624fe89bd01 # Parent 7a9740b1c1a80e444f488de08b8f56555d8f1829 Clarified API documentation diff -r 7a9740b1c1a8 -r 458e53d8662c include/SDL_video.h --- a/include/SDL_video.h Sun Aug 02 18:39:24 2009 +0000 +++ b/include/SDL_video.h Sun Aug 02 18:39:57 2009 +0000 @@ -1255,7 +1255,7 @@ * \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.