1.1 --- a/src/video/directfb/SDL_DirectFB_video.c Thu Jan 13 23:24:56 2005 +0000
1.2 +++ b/src/video/directfb/SDL_DirectFB_video.c Mon Jan 17 19:38:28 2005 +0000
1.3 @@ -495,9 +495,8 @@
1.4 HIDDEN->c2layer->SetOpacity(HIDDEN->c2layer, 0x0);
1.5
1.6 /* Init the surface here as it got a fixed size */
1.7 - dlc.flags = DLCONF_PIXELFORMAT | DLCONF_BUFFERMODE | DLCONF_OPTIONS;
1.8 + dlc.flags = DLCONF_PIXELFORMAT | DLCONF_BUFFERMODE;
1.9 dlc.buffermode = DLBM_BACKVIDEO;
1.10 - dlc.options = DLOP_FLICKER_FILTERING;
1.11 dlc.pixelformat = DSPF_RGB32;
1.12
1.13 ret = HIDDEN->c2layer->TestConfiguration( HIDDEN->c2layer, &dlc, &failed );