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

Commit

Permalink
Made the comment actually mean something. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 22, 2009
1 parent d474080 commit 684da96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_pixels.h
Expand Up @@ -374,7 +374,7 @@ extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
Uint8 a);

/**
* \brief Maps a pixel value into the RGB components for a given pixel format.
* \brief Get the RGB components from a pixel of the specified format.
*
* \sa SDL_GetRGBA
*/
Expand All @@ -383,7 +383,7 @@ extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel,
Uint8 * r, Uint8 * g, Uint8 * b);

/**
* \brief Maps a pixel value into the RGBA components for a given pixel format.
* \brief Get the RGBA components from a pixel of the specified format.
*
* \sa SDL_GetRGB
*/
Expand Down

0 comments on commit 684da96

Please sign in to comment.