ddraw: Fix transparent Blits on 8bit surfaces.
authorPeter Beutner <p.beutner@gmx.net>
Sat, 25 Feb 2006 12:34:52 +0000 (13:34 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Feb 2006 11:20:21 +0000 (12:20 +0100)
commit07fe82dd55cf03aa7c0e9ad421d756d48ca8cd71
treece57abe3174fcc2463bb1ede4f1f3afefd2ca0f7
parent7d97f29c24c3d2fb322109011d61cc2828672288
ddraw: Fix transparent Blits on 8bit surfaces.
There are no red/green/blue bitmasks with color depth==8bpp. In that
case always match against the whole byte.
dlls/ddraw/surface_dib.c