Mike Emmel wrote:
>      visuals[i] = gdk_directfb_visual_create (formats[i]);
> 
>      dest->GetAccelerationMask (dest, src, &acc);
> 
>      if (acc & DFXL_BLIT || formats[i] == dlc.pixelformat)
>        {
> 
>           system_visual = GDK_VISUAL (visuals[c]); <--Here is the bug, it
> should be 'i' not 'c' for array offset
>          c++;
>        }
> 

Fixed that a while ago already.

I can post my complete patch set against 2.12
which should be ready for merging into trunk now.

-- 
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to