Re: dlls/gdi/dib.c GetDIBits

2005-06-01 Thread Uwe Bonnes
> "Ulrich" == Ulrich Czekalla <[EMAIL PROTECTED]> writes: Ulrich> Uwe, Here you go. I hope it helps. Thanks, AvrStudio doesn't take that code path however, neither with bpp==0 or else ... -- Uwe Bonnes[EMAIL PROTECTED] Institut fuer Kernphysik Schlossgartenstrasse 9 6

Re: dlls/gdi/dib.c GetDIBits

2005-06-01 Thread Ulrich Czekalla
Uwe, Here you go. I hope it helps. /Ulrich On Wed, Jun 01, 2005 at 10:05:08AM +0200, Uwe Bonnes wrote: > > "Ulrich" == Ulrich Czekalla <[EMAIL PROTECTED]> writes: > > Ulrich> This patch fixes a regression that happened quite sometime > Ulrich> ago. We don't always fill in the BITMAP

Re: dlls/gdi/dib.c GetDIBits

2005-06-01 Thread Uwe Bonnes
> "Ulrich" == Ulrich Czekalla <[EMAIL PROTECTED]> writes: Ulrich> This patch fixes a regression that happened quite sometime Ulrich> ago. We don't always fill in the BITMAPINFO struct fields on the Ulrich> way out and this broke my app because it uses these values to Ulrich> al