Patch from Dmitry Yakimov to fix building on WinCE

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401719
This commit is contained in:
Sam Lantinga 2006-05-03 04:11:38 +00:00
parent 2c19f77a0f
commit b74b770864
4 changed files with 4 additions and 4 deletions

View file

@ -250,9 +250,9 @@ int main(int argc, char *argv[])
delay = 1;
#ifdef _WIN32_WCE
w = 640;
w = 240;
h = 320;
desired_bpp = 0;
desired_bpp = 8;
video_flags = SDL_FULLSCREEN;
#else
w = 640;