[gimp] libgimpcolor: move the GimpColorProfile typedef to gimpcolortypes.h
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpcolor: move the GimpColorProfile typedef to gimpcolortypes.h
- Date: Sun, 16 Mar 2014 17:37:40 +0000 (UTC)
commit ddc9c864be42bf359c33dc6248037294f91c3cd4
Author: Michael Natterer <mitch gimp org>
Date: Sun Mar 16 18:32:27 2014 +0100
libgimpcolor: move the GimpColorProfile typedef to gimpcolortypes.h
libgimpcolor/gimpcolortypes.h | 3 +++
libgimpcolor/gimplcms.h | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgimpcolor/gimpcolortypes.h b/libgimpcolor/gimpcolortypes.h
index 14fc189..acc897d 100644
--- a/libgimpcolor/gimpcolortypes.h
+++ b/libgimpcolor/gimpcolortypes.h
@@ -30,6 +30,9 @@ G_BEGIN_DECLS
typedef struct _GimpColorManaged GimpColorManaged; /* dummy typedef */
+typedef gpointer GimpColorProfile;
+
+
/* usually we don't keep the structure definitions in the types file
* but GimpRGB appears in too many header files...
*/
diff --git a/libgimpcolor/gimplcms.h b/libgimpcolor/gimplcms.h
index c414f65..b3a032d 100644
--- a/libgimpcolor/gimplcms.h
+++ b/libgimpcolor/gimplcms.h
@@ -32,9 +32,6 @@ G_BEGIN_DECLS
/* For information look into the C source or the html documentation */
-typedef gpointer GimpColorProfile;
-
-
#define GIMP_LCMS_MD5_DIGEST_LENGTH 16
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]