[gegl] npd: opt out of threading
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] npd: opt out of threading
- Date: Wed, 11 Oct 2017 22:35:25 +0000 (UTC)
commit ef613c848fab914729c583b6cc8878017838e27c
Author: Øyvind Kolås <pippin gimp org>
Date: Thu Oct 12 00:35:02 2017 +0200
npd: opt out of threading
operations/external/npd.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/operations/external/npd.c b/operations/external/npd.c
index 3be6ca6..1c212c9 100644
--- a/operations/external/npd.c
+++ b/operations/external/npd.c
@@ -248,6 +248,7 @@ gegl_op_class_init (GeglOpClass *klass)
filter_class->process = process;
operation_class->prepare = prepare;
+ operation_class->threaded = FALSE;
G_OBJECT_CLASS (klass)->finalize = finalize;
gegl_operation_class_set_keys (operation_class,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]