• Michael Karcher's avatar
    gdi32: Fix palette of 1bpp DIB in GetDIBits. · fd8746b4
    Michael Karcher authored
    Windows always generates a black/white palette for 1 bit DIBs
    generated from DDBs. Copying from the current palette only takes place
    for color DDBs (not explicitly mentioned in MSDN), and only if depth
    equal (MSDN states it, explicitly).
    fd8746b4
dib.c 48.2 KB