ChangeSet ID: 13815 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/16 14:10:14
Modified files: dlls/x11drv : x11drv.h dib.c dlls/gdi/tests : bitmap.c
Log message: Huw Davies huw@codeweavers.com It's important to keep the original dib colour table and not just the colour mapping associated with a dib section - it's this table that GetDIBColorTable should retrieve. Added some GetDIBColorTable tests.
Patch: http://cvs.winehq.org/patch.py?id=13815
Old revision New revision Changes Path 1.35 1.36 +4 -0 wine/dlls/x11drv/x11drv.h 1.16 1.17 +61 -14 wine/dlls/x11drv/dib.c 1.1 1.2 +89 -0 wine/dlls/gdi/tests/bitmap.c