Corrected spelling in header files.

This commit is contained in:
Philipp Wiesemann 2013-04-27 17:52:58 +02:00
parent 103fc07702
commit c0f29fb59a
4 changed files with 18 additions and 18 deletions

View file

@ -404,7 +404,7 @@ extern DECLSPEC int SDLCALL SDL_FillRects
SDL_SRCALPHA not set:
copy RGB.
if SDL_SRCCOLORKEY set, only copy the pixels matching the
RGB values of the source colour key, ignoring alpha in the
RGB values of the source color key, ignoring alpha in the
comparison.
RGB->RGBA:
@ -415,7 +415,7 @@ extern DECLSPEC int SDLCALL SDL_FillRects
copy RGB, set destination alpha to source per-surface alpha value.
both:
if SDL_SRCCOLORKEY set, only copy the pixels matching the
source colour key.
source color key.
RGBA->RGBA:
SDL_SRCALPHA set:
@ -425,7 +425,7 @@ extern DECLSPEC int SDLCALL SDL_FillRects
SDL_SRCALPHA not set:
copy all of RGBA to the destination.
if SDL_SRCCOLORKEY set, only copy the pixels matching the
RGB values of the source colour key, ignoring alpha in the
RGB values of the source color key, ignoring alpha in the
comparison.
RGB->RGB:
@ -435,7 +435,7 @@ extern DECLSPEC int SDLCALL SDL_FillRects
copy RGB.
both:
if SDL_SRCCOLORKEY set, only copy the pixels matching the
source colour key.
source color key.
\endverbatim
*
* You should call SDL_BlitSurface() unless you know exactly how SDL