Alexandre Julliard : gdi32: Return more meaningful data in the null driver GetDeviceCaps implementation.

Alexandre Julliard julliard at winehq.org
Fri May 19 00:44:07 CDT 2017


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> Alexandre Julliard <julliard at winehq.org> wrote:
>
>> +    case BITSPIXEL:       return 32;
>
> Shouldn't BITSPIXEL be also fetched from dev->hdc like the values below?

It would have to be fetched from other values, but I don't see how you
would do that. You can't fetch BITSPIXEL itself, that would cause an
infinite loop.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list