Use gboolean instead of gint for boolean value

This commit is contained in:
Michael Natterer 2009-09-08 19:57:50 +02:00
parent f3bae9ac57
commit 83c79bad5d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ gimp_drawable_convert_tiles_rgb (GimpDrawable *drawable,
gint row, col;
gint offset;
GimpImageType type;
gint has_alpha;
gboolean has_alpha;
const guchar *src, *s;
guchar *dest, *d;
const guchar *cmap;