gimp r24634 - in trunk: . app/gegl/gegl



Author: mitch
Date: Thu Jan 17 11:33:30 2008
New Revision: 24634
URL: http://svn.gnome.org/viewvc/gimp?rev=24634&view=rev

Log:
2008-01-17  Michael Natterer  <mitch gimp org>

	* app/gegl/gegl/gegl-operation.h
	* app/gegl/gegl/gegl-operation-filter.h: synced from GEGL.



Modified:
   trunk/ChangeLog
   trunk/app/gegl/gegl/gegl-operation-filter.h
   trunk/app/gegl/gegl/gegl-operation.h

Modified: trunk/app/gegl/gegl/gegl-operation-filter.h
==============================================================================
--- trunk/app/gegl/gegl/gegl-operation-filter.h	(original)
+++ trunk/app/gegl/gegl/gegl-operation-filter.h	Thu Jan 17 11:33:30 2008
@@ -19,8 +19,6 @@
 #ifndef __GEGL_OPERATION_FILTER_H__
 #define __GEGL_OPERATION_FILTER_H__
 
-#include <glib-object.h>
-#include "gegl-types.h"
 #include "gegl-operation.h"
 
 G_BEGIN_DECLS
@@ -44,7 +42,8 @@
   GeglOperationClass parent_class;
 
   gboolean (* process) (GeglOperation       *self,
-                        GeglNodeContext     *context,
+                        GeglBuffer          *input,
+                        GeglBuffer          *output,
                         const GeglRectangle *result);
 };
 

Modified: trunk/app/gegl/gegl/gegl-operation.h
==============================================================================
--- trunk/app/gegl/gegl/gegl-operation.h	(original)
+++ trunk/app/gegl/gegl/gegl-operation.h	Thu Jan 17 11:33:30 2008
@@ -34,10 +34,6 @@
 #define GEGL_IS_OPERATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),  GEGL_TYPE_OPERATION))
 #define GEGL_OPERATION_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj),  GEGL_TYPE_OPERATION, GeglOperationClass))
 
-#define MAX_PADS        16
-#define MAX_INPUT_PADS  MAX_PADS
-#define MAX_OUTPUT_PADS MAX_PADS
-
 typedef struct _GeglOperationClass GeglOperationClass;
 
 struct _GeglOperation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]