comparison test/testwin.c @ 1760:a9be6a3a51d1

Patch from Dmitry Yakimov to fix building on WinCE
author Sam Lantinga <slouken@libsdl.org>
date Wed, 03 May 2006 04:11:38 +0000
parents 51a8702d8ecd
children 782fd950bd46 c121d94672cb f61a20d195f7
comparison
equal deleted inserted replaced
1759:724cca1bda2d 1760:a9be6a3a51d1
248 flip = 0; 248 flip = 0;
249 nofade = 0; 249 nofade = 0;
250 delay = 1; 250 delay = 1;
251 251
252 #ifdef _WIN32_WCE 252 #ifdef _WIN32_WCE
253 w = 640; 253 w = 240;
254 h = 320; 254 h = 320;
255 desired_bpp = 0; 255 desired_bpp = 8;
256 video_flags = SDL_FULLSCREEN; 256 video_flags = SDL_FULLSCREEN;
257 #else 257 #else
258 w = 640; 258 w = 640;
259 h = 480; 259 h = 480;
260 desired_bpp = 0; 260 desired_bpp = 0;