summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2010-08-14 18:49:47 +0200
committerMarti Maria <info@littlecms.com>2010-08-14 18:49:47 +0200
commit60b8b17bd7a9b77e00528c623f6f95a3541be649 (patch)
tree5636b7fe63c2d0dc32cde6c205832897963f9845 /include
parente53c88b8f0fda2e11be191bf9a207b2ed141df30 (diff)
downloadlcms2-60b8b17bd7a9b77e00528c623f6f95a3541be649.tar.gz
Fixed a bug in psid and profile sequence tag
Diffstat (limited to 'include')
-rw-r--r--include/lcms2_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/lcms2_plugin.h b/include/lcms2_plugin.h
index fd90350..359bf0f 100644
--- a/include/lcms2_plugin.h
+++ b/include/lcms2_plugin.h
@@ -385,8 +385,9 @@ typedef struct _cms_typehandler_struct {
void (* FreePtr)(struct _cms_typehandler_struct* self,
void *Ptr);
- // The calling thread
+ // Additional parameters used by the calling thread
cmsContext ContextID;
+ cmsUInt32Number ICCVersion;
} cmsTagTypeHandler;