changeset 1279:e867f327aa54

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 28 Jan 2006 05:47:11 +0000
parents 693dd6657b35
children f61f045343d3
files docs/html/sdlpixelformat.html docs/man3/SDL_PixelFormat.3
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
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
+>
--- 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