winex11: Fix GetDIBits of 1 bit DDBs.
commit8da833494ddfd48d6be1c7f8a7e38e81a8daaab9
authorMichael Karcher <wine@mkarcher.dialup.fu-berlin.de>
Sun, 29 Jun 2008 11:30:21 +0000 (29 13:30 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Jul 2008 12:59:14 +0000 (1 14:59 +0200)
tree2440c5337ad9d346269ccdb4b7383afd71cae789
parentfd8746b43ce24e209dd22c0bb1a4fe3ea38720a6
winex11: Fix GetDIBits of 1 bit DDBs.

1 bpp DDBs seem to always carry an implicit palette of black and white,
regardless of what the DC says. Based on a patch from Eric Pouech.
dlls/gdi32/tests/bitmap.c
dlls/winex11.drv/dib.c