renamed gimp_image_active_drawable() to gimp_image_get_active_drawable().
2007-07-19 Sven Neumann <sven@gimp.org> * app/core/gimpimage.[ch]: renamed gimp_image_active_drawable() to gimp_image_get_active_drawable(). * app/[lots of files] * tools/pdbgen/pdb/paths.pdb * tools/pdbgen/pdb/image.pdb: changed accordingly. svn path=/trunk/; revision=22958
This commit is contained in:
committed by
Sven Neumann
parent
f6c626fba3
commit
a5d10b2ff0
@ -97,7 +97,7 @@ gimp_fuzzy_select_tool_get_mask (GimpRegionSelectTool *region_select,
|
||||
GimpDrawable *drawable;
|
||||
gint x, y;
|
||||
|
||||
drawable = gimp_image_active_drawable (display->image);
|
||||
drawable = gimp_image_get_active_drawable (display->image);
|
||||
|
||||
x = region_select->x;
|
||||
y = region_select->y;
|
||||
|
||||
Reference in New Issue
Block a user