summaryrefslogtreecommitdiff
path: root/include/lcms2_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lcms2_plugin.h')
-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;