libgimpcolor: add typedef gpointer GimpColorTransform

for publically passing around cmsHTRANSFORM without having to include
lcms.
This commit is contained in:
Michael Natterer 2015-05-09 00:50:20 +02:00
parent 7d0f63917e
commit 5255eee0d8
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ G_BEGIN_DECLS
typedef struct _GimpColorManaged GimpColorManaged; /* dummy typedef */
typedef gpointer GimpColorProfile;
typedef gpointer GimpColorTransform;
/* usually we don't keep the structure definitions in the types file