Mercurial > sdl-ios-xcode
diff docs/html/sdlpixelformat.html @ 1279:e867f327aa54
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 28 Jan 2006 05:47:11 +0000 |
parents | 355632dca928 |
children |
line wrap: on
line diff
--- a/docs/html/sdlpixelformat.html Fri Jan 27 08:51:27 2006 +0000 +++ b/docs/html/sdlpixelformat.html Sat Jan 28 05:47:11 2006 +0000 @@ -90,13 +90,13 @@ >Structure Definition</H2 ><PRE CLASS="PROGRAMLISTING" ->typedef struct{ +>typedef struct SDL_PixelFormat { SDL_Palette *palette; Uint8 BitsPerPixel; Uint8 BytesPerPixel; - Uint32 Rmask, Gmask, Bmask, Amask; + Uint8 Rloss, Gloss, Bloss, Aloss; Uint8 Rshift, Gshift, Bshift, Ashift; - Uint8 Rloss, Gloss, Bloss, Aloss; + Uint32 Rmask, Gmask, Bmask, Amask; Uint32 colorkey; Uint8 alpha; } SDL_PixelFormat;</PRE @@ -525,4 +525,4 @@ ></DIV ></BODY ></HTML -> \ No newline at end of file +>