[gimp] libgimpcolor: add typedef gpointer GimpColorTransform
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpcolor: add typedef gpointer GimpColorTransform
- Date: Fri, 8 May 2015 22:52:01 +0000 (UTC)
commit 5255eee0d8cecd03b305f7230fbedb9745595d95
Author: Michael Natterer <mitch gimp org>
Date: Sat May 9 00:50:20 2015 +0200
libgimpcolor: add typedef gpointer GimpColorTransform
for publically passing around cmsHTRANSFORM without having to include
lcms.
libgimpcolor/gimpcolortypes.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libgimpcolor/gimpcolortypes.h b/libgimpcolor/gimpcolortypes.h
index acc897d..dc661ca 100644
--- a/libgimpcolor/gimpcolortypes.h
+++ b/libgimpcolor/gimpcolortypes.h
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]