Commit 737b3f5a authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401282
parent 3441f3ea
...@@ -90,13 +90,13 @@ NAME="AEN3181" ...@@ -90,13 +90,13 @@ NAME="AEN3181"
>Structure Definition</H2 >Structure Definition</H2
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>typedef struct{ >typedef struct SDL_PixelFormat {
SDL_Palette *palette; SDL_Palette *palette;
Uint8 BitsPerPixel; Uint8 BitsPerPixel;
Uint8 BytesPerPixel; Uint8 BytesPerPixel;
Uint32 Rmask, Gmask, Bmask, Amask;
Uint8 Rshift, Gshift, Bshift, Ashift;
Uint8 Rloss, Gloss, Bloss, Aloss; Uint8 Rloss, Gloss, Bloss, Aloss;
Uint8 Rshift, Gshift, Bshift, Ashift;
Uint32 Rmask, Gmask, Bmask, Amask;
Uint32 colorkey; Uint32 colorkey;
Uint8 alpha; Uint8 alpha;
} SDL_PixelFormat;</PRE } SDL_PixelFormat;</PRE
...@@ -525,4 +525,4 @@ VALIGN="top" ...@@ -525,4 +525,4 @@ VALIGN="top"
></DIV ></DIV
></BODY ></BODY
></HTML ></HTML
> >
\ No newline at end of file
...@@ -4,13 +4,13 @@ SDL_PixelFormat\- Stores surface format information ...@@ -4,13 +4,13 @@ SDL_PixelFormat\- Stores surface format information
.SH "STRUCTURE DEFINITION" .SH "STRUCTURE DEFINITION"
.PP .PP
.nf .nf
\f(CWtypedef struct{ \f(CWtypedef struct SDL_PixelFormat {
SDL_Palette *palette; SDL_Palette *palette;
Uint8 BitsPerPixel; Uint8 BitsPerPixel;
Uint8 BytesPerPixel; Uint8 BytesPerPixel;
Uint32 Rmask, Gmask, Bmask, Amask;
Uint8 Rshift, Gshift, Bshift, Ashift;
Uint8 Rloss, Gloss, Bloss, Aloss; Uint8 Rloss, Gloss, Bloss, Aloss;
Uint8 Rshift, Gshift, Bshift, Ashift;
Uint32 Rmask, Gmask, Bmask, Amask;
Uint32 colorkey; Uint32 colorkey;
Uint8 alpha; Uint8 alpha;
} SDL_PixelFormat;\fR } SDL_PixelFormat;\fR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment