From 684da96da59d7af1e99786f55a17ebeb3d9805a7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 22 Nov 2009 20:00:00 +0000 Subject: [PATCH] Made the comment actually mean something. :) --- include/SDL_pixels.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_pixels.h b/include/SDL_pixels.h index 9aa4c1ee5..b339a1bbd 100644 --- a/include/SDL_pixels.h +++ b/include/SDL_pixels.h @@ -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 */ @@ -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 */