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

Re: gdi/dib.c GetDIBits

2004-11-04 Thread Walt Ogburn
Thanks Huw. Actually, when GetDIBits gets invoked by the SelectBrush code, it winds up in an unimplemented part anyway, so the current brush code needs a different fix than just preventing the locking problem. I'll try to see if the GetDIBits call can be replaced with something else that works r

Re: gdi/dib.c GetDIBits

2004-11-04 Thread Huw D M Davies
On Wed, Nov 03, 2004 at 09:24:08PM -0800, Walt Ogburn wrote: > > Changelog: > Take color info from existing hdc instead of creating a new memory HDC. > > > Index: dlls/gdi/dib.c > === > RCS file: /home/wine/wine/dlls/gdi/dib.c,v > r