[gegl] Fix Gegl# build.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: svn-commits-list gnome org
- Subject: [gegl] Fix Gegl# build.
- Date: Sun, 26 Jul 2009 15:16:28 +0000 (UTC)
commit d2cc4e1d2bd4e8cb0198302a5b274c94acad6416
Author: Ruben Vermeersch <ruben savanne be>
Date: Sun Jul 26 17:07:37 2009 +0200
Fix Gegl# build.
bindings/gegl-sharp/gegl/custom/Node.custom | 4 ++--
bindings/gegl-sharp/gegl/sources.in | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/bindings/gegl-sharp/gegl/custom/Node.custom b/bindings/gegl-sharp/gegl/custom/Node.custom
index 0303f3b..0096c4c 100644
--- a/bindings/gegl-sharp/gegl/custom/Node.custom
+++ b/bindings/gegl-sharp/gegl/custom/Node.custom
@@ -29,7 +29,7 @@
[DllImport("libbabl-0.0.dll")]
static extern IntPtr babl_format(IntPtr format);
- [DllImport("libgegl-1.0.dll")]
+/* [DllImport("libgegl-1.0.dll")]
static extern void gegl_node_blit(IntPtr raw, ref Gegl.Rectangle roi, double scale, IntPtr format, int rowstride, byte[] destination_buf, int flags);
public byte[] Render(Gegl.Rectangle roi, double scale, string format, Gegl.BlitFlags flags) {
@@ -41,7 +41,7 @@
GLib.Marshaller.Free (format_as_native);
return buf;
- }
+ }*/
[DllImport("libgegl-1.0.dll")]
static extern Gegl.Rectangle gegl_node_get_bounding_box(IntPtr raw);
diff --git a/bindings/gegl-sharp/gegl/sources.in b/bindings/gegl-sharp/gegl/sources.in
index a7a4f13..1e1d40e 100644
--- a/bindings/gegl-sharp/gegl/sources.in
+++ b/bindings/gegl-sharp/gegl/sources.in
@@ -4,6 +4,7 @@
<namespace name="Gegl">
<file>@GEGL_HEADERS@/gegl.h</file>
<file>@GEGL_HEADERS@/gegl-utils.h</file>
+ <file>@GEGL_HEADERS@/gegl-types.h</file>
<dir>@GEGL_HEADERS@/property-types/</dir>
</namespace>
</library>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]