mirror of https://github.com/GNOME/gimp.git
forgot to change gimp_pixel_fetcher_set_edgemode to
2003-12-26 Sven Neumann <sven@gimp.org> * plug-ins/common/edge.c: forgot to change gimp_pixel_fetcher_set_edgemode to gimp_pixel_fetcher_set_edge_mode here.
This commit is contained in:
parent
eac0e23ede
commit
18e559c173
|
@ -1,3 +1,9 @@
|
|||
2003-12-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/edge.c: forgot to change
|
||||
gimp_pixel_fetcher_set_edgemode to gimp_pixel_fetcher_set_edge_mode
|
||||
here.
|
||||
|
||||
2003-12-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/imagemap/imap_cern.y
|
||||
|
|
|
@ -276,7 +276,7 @@ edge (GimpDrawable *drawable)
|
|||
evals.amount = 1.0;
|
||||
|
||||
pft = gimp_pixel_fetcher_new (drawable);
|
||||
gimp_pixel_fetcher_set_edgemode (pft, evals.wrapmode);
|
||||
gimp_pixel_fetcher_set_edge_mode (pft, evals.wrapmode);
|
||||
|
||||
gimp_drawable_mask_bounds (drawable->drawable_id, &x1, &y1, &x2, &y2);
|
||||
|
||||
|
|
Loading…
Reference in New Issue