Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pendletonrc committed Jul 6, 2009
1 parent 87ff4c1 commit 895c862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_video.h
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 895c862

Please sign in to comment.