gimp r24639 - in trunk: . app/gegl app/gegl/gegl
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24639 - in trunk: . app/gegl app/gegl/gegl
- Date: Thu, 17 Jan 2008 23:03:52 +0000 (GMT)
Author: ok
Date: Thu Jan 17 23:03:52 2008
New Revision: 24639
URL: http://svn.gnome.org/viewvc/gimp?rev=24639&view=rev
Log:
* app/gegl/gimpoperationtilesink.c:
* app/gegl/gimpoperationtilesource.c: Some changes due to changed
location of where the various GEGL headers get installed on the
system.
* app/gegl/gegl/gegl-operation.h: synced from GEGL.
Modified:
trunk/ChangeLog
trunk/app/gegl/gegl/gegl-operation.h
trunk/app/gegl/gimpoperationtilesink.c
trunk/app/gegl/gimpoperationtilesource.c
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 23:03:52 2008
@@ -23,7 +23,7 @@
#include <glib-object.h>
#include <babl/babl.h>
#include "gegl-types.h"
-#include "gegl/buffer/gegl-buffer.h"
+#include "gegl-buffer.h"
G_BEGIN_DECLS
Modified: trunk/app/gegl/gimpoperationtilesink.c
==============================================================================
--- trunk/app/gegl/gimpoperationtilesink.c (original)
+++ trunk/app/gegl/gimpoperationtilesink.c Thu Jan 17 23:03:52 2008
@@ -24,7 +24,7 @@
#include <string.h>
#include <gegl.h>
-#include "gegl/buffer/gegl-buffer.h"
+#include <gegl-buffer.h>
#include "gegl-types.h"
Modified: trunk/app/gegl/gimpoperationtilesource.c
==============================================================================
--- trunk/app/gegl/gimpoperationtilesource.c (original)
+++ trunk/app/gegl/gimpoperationtilesource.c Thu Jan 17 23:03:52 2008
@@ -24,7 +24,7 @@
#include <string.h>
#include <gegl.h>
-#include "gegl/buffer/gegl-buffer.h"
+#include <gegl-buffer.h>
#include "gegl-types.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]