--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402537
This commit is contained in:
Sam Lantinga 2007-07-15 16:59:16 +00:00
parent cfcb0787d2
commit 6793a28d06
3 changed files with 6 additions and 7 deletions

View file

@ -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;