app: Switch to the GeglAccessMode enum in GimpOperationBlend
See b5530e9e3d
This commit is contained in:
@ -1088,7 +1088,7 @@ gimp_operation_blend_process (GeglOperation *operation,
|
|||||||
|
|
||||||
iter = gegl_buffer_iterator_new (output, result, 0,
|
iter = gegl_buffer_iterator_new (output, result, 0,
|
||||||
babl_format ("R'G'B'A float"),
|
babl_format ("R'G'B'A float"),
|
||||||
GEGL_BUFFER_WRITE, GEGL_ABYSS_NONE);
|
GEGL_ACCESS_WRITE, GEGL_ABYSS_NONE);
|
||||||
roi = &iter->roi[0];
|
roi = &iter->roi[0];
|
||||||
|
|
||||||
if (self->dither)
|
if (self->dither)
|
||||||
|
Reference in New Issue
Block a user