# HG changeset patch # User Bob Pendleton # Date 1246916932 0 # Node ID 1f0f9172a1ffa7ff18fc61d04e886fa9199c3e35 # Parent 759032c318d85deb0ebca2ca58be999ac4410e55 Documentation fix. diff -r 759032c318d8 -r 1f0f9172a1ff include/SDL_video.h --- a/include/SDL_video.h Thu Jul 02 21:47:02 2009 +0000 +++ b/include/SDL_video.h Mon Jul 06 21:48:52 2009 +0000 @@ -915,7 +915,7 @@ /** * \fn int SDL_SetTexturePalette(SDL_TextureID textureID, const SDL_Color * colors, int firstcolor, int ncolors) * - * \brief Update an indexed texture with a color palette + * \brief Set the collor palette of an indexed texture. * * \param texture The texture to update * \param colors The array of RGB color data @@ -932,7 +932,7 @@ /** * \fn int SDL_GetTexturePalette(SDL_TextureID textureID, SDL_Color * colors, int firstcolor, int ncolors) * - * \brief Update an indexed texture with a color palette + * \brief Get the color palette from an indexed texture if it has one. * * \param texture The texture to update * \param colors The array to fill with RGB color data