--- 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
+>
--- 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