From 75a3786e8a904d8ee46d296d47380ef400160876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 11 Feb 2008 00:14:52 +0000 Subject: [PATCH] context_id argument was removed from the process() call of * app/gegl/gimpoperationtilesource.c: context_id argument was removed from the process() call of GeglOperationSource. svn path=/trunk/; revision=24854 --- ChangeLog | 5 +++++ app/gegl/gimpoperationtilesource.c | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7572d022ac..0407b556f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-11 Øyvind Kolås + + * app/gegl/gimpoperationtilesource.c: context_id argument was removed + from the process() call of GeglOperationSource. + 2008-02-10 Michael Natterer * app/widgets/gimpeditor.c: add button-relief style property which diff --git a/app/gegl/gimpoperationtilesource.c b/app/gegl/gimpoperationtilesource.c index 68aea4fcba..81ad8087e3 100644 --- a/app/gegl/gimpoperationtilesource.c +++ b/app/gegl/gimpoperationtilesource.c @@ -55,9 +55,8 @@ static void gimp_operation_tile_source_set_property (GObject *object, static void gimp_operation_tile_source_prepare (GeglOperation *operation); static GeglRectangle - gimp_operation_tile_source_get_bounding_box (GeglOperation *operation); + gimp_operation_tile_source_get_bounding_box (GeglOperation *operation); static gboolean gimp_operation_tile_source_process (GeglOperation *operation, - GeglNodeContext *context, GeglBuffer *output, const GeglRectangle *result); @@ -215,7 +214,6 @@ gimp_operation_tile_source_get_bounding_box (GeglOperation *operation) static gboolean gimp_operation_tile_source_process (GeglOperation *operation, - GeglNodeContext *context, GeglBuffer *output, const GeglRectangle *result) {