# HG changeset patch # User Sam Lantinga # Date 1138427231 0 # Node ID e867f327aa540f4da5cb1b2c9e12873844a4ccb0 # Parent 693dd6657b35839f7e84b574d1c88b961e334b77 *** empty log message *** diff -r 693dd6657b35 -r e867f327aa54 docs/html/sdlpixelformat.html --- 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
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;
\ No newline at end of file +> diff -r 693dd6657b35 -r e867f327aa54 docs/man3/SDL_PixelFormat.3 --- a/docs/man3/SDL_PixelFormat.3 Fri Jan 27 08:51:27 2006 +0000 +++ b/docs/man3/SDL_PixelFormat.3 Sat Jan 28 05:47:11 2006 +0000 @@ -4,13 +4,13 @@ .SH "STRUCTURE DEFINITION" .PP .nf -\f(CWtypedef struct{ +\f(CWtypedef 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;\fR