indent
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403452
This commit is contained in:
parent
ff8b5276a7
commit
1b9b40835c
10 changed files with 83 additions and 58 deletions
|
@ -360,7 +360,8 @@ SDL_AllocFormat(int bpp,
|
|||
}
|
||||
|
||||
SDL_PixelFormat *
|
||||
SDL_InitFormat(SDL_PixelFormat *format, int bpp, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
|
||||
SDL_InitFormat(SDL_PixelFormat * format, int bpp, Uint32 Rmask, Uint32 Gmask,
|
||||
Uint32 Bmask, Uint32 Amask)
|
||||
{
|
||||
Uint32 mask;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue