comparison src/similar.c @ 1446:a6f9ba6fd751

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 18:06:41 +0000
parents 3a9fb1b52559
children 956aab097ea7
comparison
equal deleted inserted replaced
1445:cb0040be832e 1446:a6f9ba6fd751
172 void image_sim_fill_data(ImageSimilarityData *sd, GdkPixbuf *pixbuf) 172 void image_sim_fill_data(ImageSimilarityData *sd, GdkPixbuf *pixbuf)
173 { 173 {
174 gint w, h; 174 gint w, h;
175 gint rs; 175 gint rs;
176 guchar *pix; 176 guchar *pix;
177 gint has_alpha; 177 gboolean has_alpha;
178 gint p_step; 178 gint p_step;
179 179
180 guchar *p; 180 guchar *p;
181 gint i; 181 gint i;
182 gint j; 182 gint j;