indent
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402537
This commit is contained in:
parent
cfcb0787d2
commit
6793a28d06
3 changed files with 6 additions and 7 deletions
|
@ -36,8 +36,7 @@ GEM_InitModes(_THIS)
|
|||
|
||||
/* read vdi bpp, rmask, gmask, bmask, amask */
|
||||
|
||||
mode.format =
|
||||
SDL_MasksToPixelFormatEnum(bpp, Rmask, Gmask, Bmask, Amask);
|
||||
mode.format = SDL_MasksToPixelFormatEnum(bpp, Rmask, Gmask, Bmask, Amask);
|
||||
mode.w = 0 /* vdi width */ ;
|
||||
mode.h = 0 /* vdi height */ ;
|
||||
mode.refresh_rate = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue