ChangeSet ID: 19386 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/08 13:40:14
Modified files: dlls/x11drv : dib.c dlls/gdi : dib.c
Log message: Michael Kaufmann hallo@michael-kaufmann.ch Fix for BI_BITFIELDS: The color masks are at the same position in all the bitmap headers that support this flag (BITMAPINFO: The first color mask is in bmiColors[0], that's the same position as bV4RedMask in BITMAPV4HEADER).
Patch: http://cvs.winehq.org/patch.py?id=19386
Old revision New revision Changes Path 1.40 1.41 +21 -27 wine/dlls/x11drv/dib.c 1.12 1.13 +10 -8 wine/dlls/gdi/dib.c