comparison src/image.c @ 1000:4fe8f9656107

For the sake of consistency, use glib basic types everywhere.
author zas_
date Tue, 26 Aug 2008 22:22:51 +0000
parents 6ca2c5fd7b13
children fe82830ab8fd
comparison
equal deleted inserted replaced
999:bbed8e9a5d33 1000:4fe8f9656107
207 ColorMan *cm; 207 ColorMan *cm;
208 ColorManProfileType input_type; 208 ColorManProfileType input_type;
209 ColorManProfileType screen_type; 209 ColorManProfileType screen_type;
210 const gchar *input_file; 210 const gchar *input_file;
211 const gchar *screen_file; 211 const gchar *screen_file;
212 unsigned char *profile = NULL; 212 guchar *profile = NULL;
213 guint profile_len; 213 guint profile_len;
214 214
215 if (imd->cm) return FALSE; 215 if (imd->cm) return FALSE;
216 216
217 if (imd->color_profile_input >= COLOR_PROFILE_FILE && 217 if (imd->color_profile_input >= COLOR_PROFILE_FILE &&