Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 28, 2006
1 parent ded0993 commit b66c7a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/html/sdlpixelformat.html
Expand Up @@ -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 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
Expand Down Expand Up @@ -525,4 +525,4 @@
></DIV
></BODY
></HTML
>
>
6 changes: 3 additions & 3 deletions docs/man3/SDL_PixelFormat.3
Expand Up @@ -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
Expand Down

0 comments on commit b66c7a2

Please sign in to comment.