Craig Matsuura wrote:
> I figure I can't just fix the offsets.
> 
>  case 24:
>                if (dfb_fbdev_compatible_format( var, 0, 8, 8, 8, 0, 16, 8, 
> 0 ))
>                     return DSPF_RGB24;
> 
> 
> The return value appears to return the bit depth and format.  I would assume 
> a 
> DSPF_BGR24 needs to be defined?  If so what other places should I change?

Yes, you can grep for DSPF_RGB24 to get a list of places.

-- 
Best regards,
  Denis Oliver Kropp

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

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

Reply via email to