gimp r24630 - in trunk: . app/gegl/gegl app/gegl/gegl/buffer



Author: ok
Date: Wed Jan 16 22:39:25 2008
New Revision: 24630
URL: http://svn.gnome.org/viewvc/gimp?rev=24630&view=rev

Log:
* app/gegl/gegl/buffer/gegl-buffer-types.h: removed.
* app/gegl/gegl/buffer/: removed.
* app/gegl/gegl/gegl-operation.h: synced from gegl. Now includes
the installed gegl-buffer.h which contains the public typedefs
needed for implementing operations anyways.


Removed:
   trunk/app/gegl/gegl/buffer/
Modified:
   trunk/ChangeLog
   trunk/app/gegl/gegl/gegl-operation.h

Modified: trunk/app/gegl/gegl/gegl-operation.h
==============================================================================
--- trunk/app/gegl/gegl/gegl-operation.h	(original)
+++ trunk/app/gegl/gegl/gegl-operation.h	Wed Jan 16 22:39:25 2008
@@ -23,7 +23,7 @@
 #include <glib-object.h>
 #include <babl/babl.h>
 #include "gegl-types.h"
-#include "buffer/gegl-buffer-types.h"
+#include "buffer/gegl-buffer.h"
 
 G_BEGIN_DECLS
 



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