winex11.drv: Remove an incorrect FIXME

Dmitry Timoshkov dmitry at codeweavers.com
Fri Jan 25 05:36:08 CST 2008


"Alexandre Julliard" <julliard at winehq.org> wrote:

>>          case 15:
>> -            /* Out tests suggest that windows does not support 15 bpp color depth.
>> -             * X11 does, what should we do with these situations?
>> -             */
>> -            FIXME("The X server is running at 15 bpp color depth\n");
>> +            /* It's the same thing as 16 bpp but with different bit fields */
>>              screen_bpp = 15;
> 
> Shouldn't screen_bpp be set to 16 then?

I believe that GetDeviceCaps(BITSPIXEL) should return 15 in that case,
so that the apps would use correct bit fields for DIBs.

-- 
Dmitry.



More information about the wine-devel mailing list