Re: Bug in monochrome bitmaps

2005-11-23 Thread Oldrich Jedlicka
Good, submitting to wine-patches. Thanks :-) Dne Wednesday 23 of November 2005 13:52 Willie Sippel napsal(a): > Am Mittwoch, 23. November 2005 12:08 schrieb Oldrich Jedlicka: > > Hi, > > > > > See: > > > dib.c: In function 'X11DRV_DIB_DoCopyDIBSection': > > > dib.c:4186: error: invalid operands t

Re: Bug in monochrome bitmaps

2005-11-23 Thread Willie Sippel
Am Mittwoch, 23. November 2005 12:08 schrieb Oldrich Jedlicka: > Hi, > > > See: > > dib.c: In function 'X11DRV_DIB_DoCopyDIBSection': > > dib.c:4186: error: invalid operands to binary == > > make[2]: *** [dib.o] Error 1 > > just to be sure it compiles also on gcc 4. Here is the corrected patch. > W

Re: Bug in monochrome bitmaps

2005-11-23 Thread Oldrich Jedlicka
Hi, > See: > dib.c: In function 'X11DRV_DIB_DoCopyDIBSection': > dib.c:4186: error: invalid operands to binary == > make[2]: *** [dib.o] Error 1 just to be sure it compiles also on gcc 4. Here is the corrected patch. Cheers, Oldrich. Index: dlls/x11drv/dib.c =

Re: Bug in monochrome bitmaps

2005-11-23 Thread Oldrich Jedlicka
er 2005 09:41 schrieb Oldrich Jedlicka: > > Hi all, > > > > I found a bug in monochrome bitmaps with inverted colors > > (color[0]=0xFF, color[1]=0x00). It is problem in translation from > > XImage into DIB created by CreateDIBSection. > > > > Descript

Re: Bug in monochrome bitmaps

2005-11-23 Thread Willie Sippel
Am Mittwoch, 23. November 2005 09:41 schrieb Oldrich Jedlicka: > Hi all, > > I found a bug in monochrome bitmaps with inverted colors > (color[0]=0xFF, color[1]=0x00). It is problem in translation from > XImage into DIB created by CreateDIBSection. > > Description ca

Bug in monochrome bitmaps

2005-11-23 Thread Oldrich Jedlicka
Hi all, I found a bug in monochrome bitmaps with inverted colors (color[0]=0xFF, color[1]=0x00). It is problem in translation from XImage into DIB created by CreateDIBSection. Description can be found in my mail from 08 Oct 2005 and 03 Nov 2005. Patch is also attached to this mail