From 1f4acb98ce1b1661b76f558bbeaf31fd031b2e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 4 Jan 2008 23:51:15 +0000 Subject: [PATCH] synchronised with GEGL headers. * app/gegl/gegl/gegl-operation-sink.h: * app/gegl/gegl/gegl-operation-source.h: * app/gegl/gegl/gegl-operation.h: synchronised with GEGL headers. * app/gegl/gimpoperationtilesink.c: * app/gegl/gimpoperationtilesource.c: added const GeglRectangle *result to arguments of _process(). svn path=/trunk/; revision=24537 --- app/gegl/gimpoperationtilesink.c | 1 - app/gegl/gimpoperationtilesource.c | 1 - 2 files changed, 2 deletions(-) diff --git a/app/gegl/gimpoperationtilesink.c b/app/gegl/gimpoperationtilesink.c index b15f9c2edb..ea3f8805e8 100644 --- a/app/gegl/gimpoperationtilesink.c +++ b/app/gegl/gimpoperationtilesink.c @@ -66,7 +66,6 @@ static void gimp_operation_tile_sink_set_property (GObject *object, static gboolean gimp_operation_tile_sink_process (GeglOperation *operation, gpointer context_id, - const GeglRectangle *need, const GeglRectangle *result); diff --git a/app/gegl/gimpoperationtilesource.c b/app/gegl/gimpoperationtilesource.c index f8e1eaf0f1..1b497275ee 100644 --- a/app/gegl/gimpoperationtilesource.c +++ b/app/gegl/gimpoperationtilesource.c @@ -60,7 +60,6 @@ static GeglRectangle static gboolean gimp_operation_tile_source_process (GeglOperation *operation, gpointer context_id, - const GeglRectangle *need, const GeglRectangle *result);