ChangeSet ID: 14620 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/11/30 15:06:14
Modified files: include : icm.h dlls/mscms/tests: profile.c dlls/mscms : profile.c mscms_priv.h mscms.spec handle.c
Log message: Hans Leidekker hans@it.vu.nl Infrastructure for handling ICC profiles. Always load color profiles into memory. Implement and test GetColorProfileElement and GetColorProfileHeader. Implement GetColorProfileFromHandle and SetColorProfileHeader.
Patch: http://cvs.winehq.org/patch.py?id=14620
Old revision New revision Changes Path 1.6 1.7 +3 -1 wine/include/icm.h 1.4 1.5 +76 -1 wine/dlls/mscms/tests/profile.c 1.6 1.7 +310 -30 wine/dlls/mscms/profile.c 1.2 1.3 +6 -3 wine/dlls/mscms/mscms_priv.h 1.4 1.5 +4 -4 wine/dlls/mscms/mscms.spec 1.2 1.3 +84 -21 wine/dlls/mscms/handle.c