[gegl] exposure: hook up prepare implementation
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] exposure: hook up prepare implementation
- Date: Wed, 30 Jan 2013 00:10:36 +0000 (UTC)
commit 47f9d57bfa6dd67aff7177a833261ac3ddf16ec6
Author: Ãyvind KolÃs <pippin gimp org>
Date: Wed Jan 30 10:52:43 2013 +1100
exposure: hook up prepare implementation
operations/common/exposure.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/operations/common/exposure.c b/operations/common/exposure.c
index fdac232..b586e4f 100644
--- a/operations/common/exposure.c
+++ b/operations/common/exposure.c
@@ -171,6 +171,7 @@ gegl_chant_class_init (GeglChantClass *klass)
point_filter_class->cl_process = cl_process;
operation_class->opencl_support = TRUE;
+ operation_class->prepare = prepare;
gegl_operation_class_set_keys (operation_class,
"name" , "gegl:exposure",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]