libgimpcolor: move the GimpColorProfile typedef to gimpcolortypes.h

This commit is contained in:
Michael Natterer 2014-03-16 18:32:27 +01:00
parent c6ac6913af
commit ddc9c864be
2 changed files with 3 additions and 3 deletions

View File

@ -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...
*/

View File

@ -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