Re: RESEND: CreateDIBitmap: Don't create monochrome bitmaps

2004-09-06 Thread Dmitry Timoshkov
"Huw D M Davies" <[EMAIL PROTECTED]> wrote: > +/* Need to check if the bitmap is monochrome, and if the > + two colors are really black and white */ > +if (is_dib_monochrome(pbi)) > +{ > + /* Top-down DIBs have a negative height */ > + DWORD heig

Re: RESEND: CreateDIBitmap: Don't create monochrome bitmaps

2004-09-06 Thread Huw D M Davies
Hmm, actually this requires more work, because although CreateDIBitmap is now correct, the patch is messing up the toolbar icons in IE... Huw. -- Huw Davies [EMAIL PROTECTED]