"Dmitry Timoshkov" dmitry@codeweavers.com writes:
"Alexandre Julliard" julliard@winehq.org wrote:
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.
There are no "correct bit fields" for DIBs, by definition DIBs are display-independent, and we have to support both bit field variants on all displays, so the actual screen depth is irrelevant.