gimp r24854 - in trunk: . app/gegl
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24854 - in trunk: . app/gegl
- Date: Mon, 11 Feb 2008 00:14:53 +0000 (GMT)
Author: ok
Date: Mon Feb 11 00:14:52 2008
New Revision: 24854
URL: http://svn.gnome.org/viewvc/gimp?rev=24854&view=rev
Log:
* app/gegl/gimpoperationtilesource.c: context_id argument was removed
from the process() call of GeglOperationSource.
Modified:
trunk/ChangeLog
trunk/app/gegl/gimpoperationtilesource.c
Modified: trunk/app/gegl/gimpoperationtilesource.c
==============================================================================
--- trunk/app/gegl/gimpoperationtilesource.c (original)
+++ trunk/app/gegl/gimpoperationtilesource.c Mon Feb 11 00:14:52 2008
@@ -55,9 +55,8 @@
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 @@
static gboolean
gimp_operation_tile_source_process (GeglOperation *operation,
- GeglNodeContext *context,
GeglBuffer *output,
const GeglRectangle *result)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]