plug-ins: port imagemap to GEGL

(cherry picked from commit 3c73d42e97)
This commit is contained in:
Michael Natterer
2019-07-19 17:20:58 +02:00
parent 5b5374c8fb
commit a5e1eb85d8
6 changed files with 64 additions and 236 deletions

View File

@ -37,7 +37,7 @@ Command_t *delete_command_new(ObjectList_t *list, Object_t *obj);
Command_t *delete_point_command_new(Object_t *obj, GdkPoint *point);
Command_t *edit_object_command_new(Object_t *obj);
Command_t *gimp_guides_command_new(ObjectList_t *list,
GimpDrawable *_drawable);
gint32 _drawable_id);
Command_t *guides_command_new(ObjectList_t *list);
Command_t *insert_point_command_new(Object_t *obj, gint x, gint y, gint edge);
Command_t *move_down_command_new(ObjectList_t *list);