Re: RESEND: CreateDIBitmap: Don't create monochrome bitmaps
"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
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]