[gegl] tile-seamless: use gegl-op.h
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] tile-seamless: use gegl-op.h
- Date: Sat, 17 May 2014 12:56:26 +0000 (UTC)
commit fea7864d7cbe53a6bda4a9b2d10cb11cbd3e9700
Author: Øyvind Kolås <pippin gimp org>
Date: Sat May 17 14:01:54 2014 +0200
tile-seamless: use gegl-op.h
operations/common/tile-seamless.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/operations/common/tile-seamless.c b/operations/common/tile-seamless.c
index 240b50a..1b1f821 100644
--- a/operations/common/tile-seamless.c
+++ b/operations/common/tile-seamless.c
@@ -20,14 +20,14 @@
#include "config.h"
#include <glib/gi18n-lib.h>
-#ifdef GEGL_CHANT_PROPERTIES
+#ifdef GEGL_PROPERTIES
#else
-#define GEGL_CHANT_TYPE_FILTER
-#define GEGL_CHANT_C_FILE "tile-seamless.c"
+#define GEGL_OP_FILTER
+#define GEGL_OP_C_FILE "tile-seamless.c"
-#include "gegl-chant.h"
+#include "gegl-op.h"
#include <math.h>
@@ -146,7 +146,7 @@ get_cached_region (GeglOperation *operation,
}
static void
-gegl_chant_class_init (GeglChantClass *klass)
+gegl_op_class_init (GeglOpClass *klass)
{
GeglOperationClass *operation_class;
GeglOperationFilterClass *filter_class;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]