From 5d3a5aa3bda2cb8da0531a2c1fb130b69f2e4e0f Mon Sep 17 00:00:00 2001 From: Bob Pendleton Date: Mon, 6 Jul 2009 21:48:52 +0000 Subject: [PATCH] Documentation fix. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403688 --- include/SDL_video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index f17f748a5..7ef13ec09 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -915,7 +915,7 @@ extern DECLSPEC int SDLCALL SDL_QueryTexturePixels(SDL_TextureID textureID, /** * \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 @@ extern DECLSPEC int SDLCALL SDL_SetTexturePalette(SDL_TextureID textureID, /** * \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