# HG changeset patch # User Sam Lantinga # Date 1417288729 28800 # Node ID dabd5df43970ebf092606737168bebd660cd9335 # Parent eddb899239fe52b23e2749ea40de6d8811c12e6e Improved the pitch variable description diff -r eddb899239fe -r dabd5df43970 include/SDL_render.h --- a/include/SDL_render.h Sat Nov 29 10:09:30 2014 -0500 +++ b/include/SDL_render.h Sat Nov 29 11:18:49 2014 -0800 @@ -371,7 +371,7 @@ * \param rect A pointer to the rectangle of pixels to update, or NULL to * update the entire texture. * \param pixels The raw pixel data. - * \param pitch The number of bytes between rows of pixel data. + * \param pitch The number of bytes in a row of pixel data, including padding between lines. * * \return 0 on success, or -1 if the texture is not valid. *