Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75392 | Differences between
and this patch

Collapse All | Expand All

(-)SDL-1.2.8/src/video/directfb/SDL_DirectFB_video.c~ (-2 / +3 lines)
Lines 468-473 Link Here
468
  
468
  
469
  if (HIDDEN->enable_mga_crtc2)
469
  if (HIDDEN->enable_mga_crtc2)
470
    {
470
    {
471
      DFBDisplayLayerConfig      dlc;
472
      DFBDisplayLayerConfigFlags failed;
473
471
      ret = dfb->GetDisplayLayer (dfb, 2, &HIDDEN->c2layer);
474
      ret = dfb->GetDisplayLayer (dfb, 2, &HIDDEN->c2layer);
472
      if (ret)
475
      if (ret)
473
        {
476
        {
Lines 492-499 Link Here
492
      HIDDEN->c2layer->SetOpacity(HIDDEN->c2layer, 0x0);
495
      HIDDEN->c2layer->SetOpacity(HIDDEN->c2layer, 0x0);
493
496
494
      /* Init the surface here as it got a fixed size */
497
      /* Init the surface here as it got a fixed size */
495
      DFBDisplayLayerConfig      dlc;
496
      DFBDisplayLayerConfigFlags failed;
497
    
498
    
498
      dlc.flags      = DLCONF_PIXELFORMAT | DLCONF_BUFFERMODE | DLCONF_OPTIONS;
499
      dlc.flags      = DLCONF_PIXELFORMAT | DLCONF_BUFFERMODE | DLCONF_OPTIONS;
499
      dlc.buffermode = DLBM_BACKVIDEO;
500
      dlc.buffermode = DLBM_BACKVIDEO;

Return to bug 75392