From 737b3f5a1d14e211d03342e00abbf7a73eb816ef Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 28 Jan 2006 05:47:11 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401282 --- docs/html/sdlpixelformat.html | 8 ++++---- docs/man3/SDL_PixelFormat.3 | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/html/sdlpixelformat.html b/docs/html/sdlpixelformat.html index 13f143b66..000ddc08b 100644 --- a/docs/html/sdlpixelformat.html +++ b/docs/html/sdlpixelformat.html @@ -90,13 +90,13 @@ NAME="AEN3181" >Structure Definition
typedef struct{
+>typedef struct SDL_PixelFormat {
   SDL_Palette *palette;
   Uint8  BitsPerPixel;
   Uint8  BytesPerPixel;
-  Uint32 Rmask, Gmask, Bmask, Amask;
-  Uint8  Rshift, Gshift, Bshift, Ashift;
   Uint8  Rloss, Gloss, Bloss, Aloss;
+  Uint8  Rshift, Gshift, Bshift, Ashift;
+  Uint32 Rmask, Gmask, Bmask, Amask;
   Uint32 colorkey;
   Uint8  alpha;
 } SDL_PixelFormat;
\ No newline at end of file +> diff --git a/docs/man3/SDL_PixelFormat.3 b/docs/man3/SDL_PixelFormat.3 index 0ebd7a420..0f4550e3c 100644 --- a/docs/man3/SDL_PixelFormat.3 +++ b/docs/man3/SDL_PixelFormat.3 @@ -4,13 +4,13 @@ SDL_PixelFormat\- Stores surface format information .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 Rshift, Gshift, Bshift, Ashift; Uint8 Rloss, Gloss, Bloss, Aloss; + Uint8 Rshift, Gshift, Bshift, Ashift; + Uint32 Rmask, Gmask, Bmask, Amask; Uint32 colorkey; Uint8 alpha; } SDL_PixelFormat;\fR