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
This commit is contained in:
Øyvind Kolås 2008-01-04 23:51:15 +00:00
parent 20e49c0db0
commit 1f4acb98ce
2 changed files with 0 additions and 2 deletions

View file

@ -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);

View file

@ -60,7 +60,6 @@ static GeglRectangle
static gboolean gimp_operation_tile_source_process (GeglOperation *operation,
gpointer context_id,
const GeglRectangle *need,
const GeglRectangle *result);