gimp r24571 - in trunk: . app/gegl app/gegl/gegl
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24571 - in trunk: . app/gegl app/gegl/gegl
- Date: Tue, 8 Jan 2008 19:48:38 +0000 (GMT)
Author: ok
Date: Tue Jan 8 19:48:38 2008
New Revision: 24571
URL: http://svn.gnome.org/viewvc/gimp?rev=24571&view=rev
Log:
* app/gegl/gimpoperationtilesink.c: removed no longer needed
context_id.
* app/gegl/gegl/gegl-operation-sink.h: resynced from GEGL.
* app/gegl/gegl/gegl-types.h: resynced from GEGL.
Modified:
trunk/ChangeLog
trunk/app/gegl/gegl/gegl-operation-sink.h
trunk/app/gegl/gegl/gegl-types.h
trunk/app/gegl/gimpoperationtilesink.c
Modified: trunk/app/gegl/gegl/gegl-operation-sink.h
==============================================================================
--- trunk/app/gegl/gegl/gegl-operation-sink.h (original)
+++ trunk/app/gegl/gegl/gegl-operation-sink.h Tue Jan 8 19:48:38 2008
@@ -44,7 +44,6 @@
gboolean needs_full;
gboolean (* process) (GeglOperation *self,
- GeglNodeContext *context,
GeglBuffer *input,
const GeglRectangle *result);
};
Modified: trunk/app/gegl/gegl/gegl-types.h
==============================================================================
--- trunk/app/gegl/gegl/gegl-types.h (original)
+++ trunk/app/gegl/gegl/gegl-types.h Tue Jan 8 19:48:38 2008
@@ -23,10 +23,8 @@
G_BEGIN_DECLS
typedef struct _GeglConnection GeglConnection;
-#ifndef __GEGL_H__
typedef struct _GeglColor GeglColor;
typedef struct _GeglCurve GeglCurve;
-#endif
typedef struct _GeglCRVisitor GeglCRVisitor;
typedef struct _GeglDebugRectVisitor GeglDebugRectVisitor;
typedef struct _GeglEvalMgr GeglEvalMgr;
@@ -35,27 +33,20 @@
typedef struct _GeglGraph GeglGraph;
typedef struct _GeglHaveVisitor GeglHaveVisitor;
typedef struct _GeglNeedVisitor GeglNeedVisitor;
-#ifndef __GEGL_H__
typedef struct _GeglNode GeglNode;
-#endif
typedef struct _GeglNodeContext GeglNodeContext;
typedef struct _GeglOperation GeglOperation;
typedef struct _GeglPad GeglPad;
-#ifndef __GEGL_H__
typedef struct _GeglVector GeglVector;
typedef struct _GeglProcessor GeglProcessor;
-#endif
typedef struct _GeglPrepareVisitor GeglPrepareVisitor;
typedef struct _GeglVisitable GeglVisitable; /* dummy typedef */
typedef struct _GeglVisitor GeglVisitor;
-#ifndef __GEGL_H__
typedef struct _GeglRectangle GeglRectangle;
-#endif
typedef struct _GeglPoint GeglPoint;
typedef struct _GeglDimension GeglDimension;
-#ifndef __GEGL_H__
struct _GeglRectangle
{
gint x;
@@ -63,7 +54,6 @@
gint width;
gint height;
};
-#endif
struct _GeglPoint
{
Modified: trunk/app/gegl/gimpoperationtilesink.c
==============================================================================
--- trunk/app/gegl/gimpoperationtilesink.c (original)
+++ trunk/app/gegl/gimpoperationtilesink.c Tue Jan 8 19:48:38 2008
@@ -66,7 +66,6 @@
GParamSpec *pspec);
static gboolean gimp_operation_tile_sink_process (GeglOperation *operation,
- GeglNodeContext *context,
GeglBuffer *input,
const GeglRectangle *result);
@@ -194,7 +193,6 @@
static gboolean
gimp_operation_tile_sink_process (GeglOperation *operation,
- GeglNodeContext *context,
GeglBuffer *input,
const GeglRectangle *result)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]