gegl r1888 - in trunk: . operations/io
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r1888 - in trunk: . operations/io
- Date: Mon, 21 Jan 2008 22:17:45 +0000 (GMT)
Author: ok
Date: Mon Jan 21 22:17:45 2008
New Revision: 1888
URL: http://svn.gnome.org/viewvc/gegl?rev=1888&view=rev
Log:
* operations/io/magick-load.c: define gegl_node_get cache directly in
file to silence warning about missing prototype.
Modified:
trunk/ChangeLog
trunk/operations/io/magick-load.c
Modified: trunk/operations/io/magick-load.c
==============================================================================
--- trunk/operations/io/magick-load.c (original)
+++ trunk/operations/io/magick-load.c Mon Jan 21 22:17:45 2008
@@ -28,6 +28,9 @@
#include "gegl-chant.h"
#include <stdio.h>
+/* FIXME: this should not be neccesary to implement this operation */
+GeglBuffer *gegl_node_get_cache (GeglNode *node);
+
static void
load_cache (GeglChantOperation *op_magick_load)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]