ChangeSet ID: 14718 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/12/07 08:42:47 Modified files: include : icm.h dlls/mscms/tests: profile.c dlls/mscms : profile.c mscms_priv.h mscms.spec Makefile.in Added files: dlls/mscms : icc.c Log message: Hans Leidekker <hans(a)it.vu.nl> Move ICC profile handling into its own file. Test GetColorProfileFromHandle and SetColorProfileHeader. Test and partially implement {G,S}etStandardColorSpaceProfile{A,W}. Improve existing tests and fix any bugs they revealed. Patch: http://cvs.winehq.org/patch.py?id=14718 Old revision New revision Changes Path 1.7 1.8 +16 -0 wine/include/icm.h 1.5 1.6 +317 -34 wine/dlls/mscms/tests/profile.c 1.7 1.8 +83 -160 wine/dlls/mscms/profile.c 1.3 1.4 +6 -0 wine/dlls/mscms/mscms_priv.h 1.5 1.6 +2 -2 wine/dlls/mscms/mscms.spec 1.3 1.4 +2 -1 wine/dlls/mscms/Makefile.in Added 1.1 +0 -0 wine/dlls/mscms/icc.c