app: remove "GeglRectangle visible" from gimp_image_map_apply()
because we now use a filter and the image projection updates the visible part only.
This commit is contained in:
@ -49,16 +49,16 @@ struct _GimpImageMapClass
|
||||
|
||||
GType gimp_image_map_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GimpImageMap * gimp_image_map_new (GimpDrawable *drawable,
|
||||
const gchar *undo_desc,
|
||||
GeglNode *operation,
|
||||
const gchar *stock_id);
|
||||
GimpImageMap * gimp_image_map_new (GimpDrawable *drawable,
|
||||
const gchar *undo_desc,
|
||||
GeglNode *operation,
|
||||
const gchar *stock_id);
|
||||
|
||||
void gimp_image_map_apply (GimpImageMap *image_map,
|
||||
const GeglRectangle *visible);
|
||||
void gimp_image_map_commit (GimpImageMap *image_map,
|
||||
GimpProgress *progress);
|
||||
void gimp_image_map_abort (GimpImageMap *image_map);
|
||||
void gimp_image_map_apply (GimpImageMap *image_map);
|
||||
|
||||
void gimp_image_map_commit (GimpImageMap *image_map,
|
||||
GimpProgress *progress);
|
||||
void gimp_image_map_abort (GimpImageMap *image_map);
|
||||
|
||||
|
||||
#endif /* __GIMP_IMAGE_MAP_H__ */
|
||||
|
||||
Reference in New Issue
Block a user