25 Jan
2008
25 Jan
'08
11:57 a.m.
"Dmitry Timoshkov" <dmitry(a)codeweavers.com> writes:
"Alexandre Julliard" <julliard(a)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. -- Alexandre Julliard julliard(a)winehq.org