ChangeSet ID: 16217 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/21 12:38:15
Modified files: include : icm.h dlls/mscms : stub.c profile.c mscms_priv.h mscms_main.c lcms_api.h handle.c Makefile.in Added files: dlls/mscms : transform.c
Log message: Hans Leidekker hans@it.vu.nl - Add support for color transform handles. - Implement CreateColorTransform{A,W}, CreateMultiProfileTransform, DeleteColorTransform. - Don't depend on lcms for the implementation of IsColorProfileTagPresent.
Patch: http://cvs.winehq.org/patch.py?id=16217
Old revision New revision Changes Path 1.10 1.11 +7 -0 wine/include/icm.h 1.1 1.2 +1 -33 wine/dlls/mscms/stub.c 1.11 1.12 +18 -4 wine/dlls/mscms/profile.c 1.6 1.7 +4 -0 wine/dlls/mscms/mscms_priv.h 1.4 1.5 +5 -3 wine/dlls/mscms/mscms_main.c 1.2 1.3 +9 -5 wine/dlls/mscms/lcms_api.h 1.4 1.5 +76 -24 wine/dlls/mscms/handle.c 1.5 1.6 +2 -1 wine/dlls/mscms/Makefile.in Added 1.1 +0 -0 wine/dlls/mscms/transform.c