Denis Oliver Kropp ha scritto:
> 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.
> 

so I should also add the following ?

   if (dfb_fbdev_compatible_format( var, 0, 8, 8, 8, 8, 16, 0, 0 ))
       return DSPF_BGR24;


/marco

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

Reply via email to