mirror of https://github.com/GNOME/gimp.git
Use gboolean instead of gint for boolean value
This commit is contained in:
parent
f3bae9ac57
commit
83c79bad5d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue