"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > "Alexandre Julliard" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
