diff --git a/app/core/gimpimage.h b/app/core/gimpimage.h index 5b5df35c05..474a6a142b 100644 --- a/app/core/gimpimage.h +++ b/app/core/gimpimage.h @@ -553,6 +553,7 @@ gboolean gimp_image_reorder_vectors (GimpImage *image, gint new_index, gboolean push_undo, const gchar *undo_desc); + gboolean gimp_image_layer_boundary (const GimpImage *image, BoundSeg **segs, gint *n_segs);