[gegl] weighted-blend: use gegl-op.h
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] weighted-blend: use gegl-op.h
- Date: Sat, 17 May 2014 12:56:21 +0000 (UTC)
commit 84243d64b1f81fcd7930a1f1d903a95aff285512
Author: Øyvind Kolås <pippin gimp org>
Date: Sat May 17 14:00:46 2014 +0200
weighted-blend: use gegl-op.h
operations/common/weighted-blend.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/operations/common/weighted-blend.c b/operations/common/weighted-blend.c
index 707429f..7f7adef 100644
--- a/operations/common/weighted-blend.c
+++ b/operations/common/weighted-blend.c
@@ -20,14 +20,14 @@
#include <glib/gi18n-lib.h>
-#ifdef GEGL_CHANT_PROPERTIES
+#ifdef GEGL_PROPERTIES
#else
-#define GEGL_CHANT_TYPE_POINT_COMPOSER
-#define GEGL_CHANT_C_FILE "weighted-blend.c"
+#define GEGL_OP_POINT_COMPOSER
+#define GEGL_OP_C_FILE "weighted-blend.c"
-#include "gegl-chant.h"
+#include "gegl-op.h"
static void prepare (GeglOperation *operation)
{
@@ -167,7 +167,7 @@ process (GeglOperation *op,
}
static void
-gegl_chant_class_init (GeglChantClass *klass)
+gegl_op_class_init (GeglOpClass *klass)
{
GeglOperationClass *operation_class;
GeglOperationPointComposerClass *point_composer_class;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]