mirror of
https://github.com/yawut/SDL.git
synced 2026-08-15 21:41:32 -05:00
*** empty log message ***
This commit is contained in:
@@ -90,13 +90,13 @@ NAME="AEN3181"
|
||||
>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 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;</PRE
|
||||
@@ -525,4 +525,4 @@ VALIGN="top"
|
||||
></DIV
|
||||
></BODY
|
||||
></HTML
|
||||
>
|
||||
>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user