[gimp] gegl-tool: Blacklist "display" ops by category
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] gegl-tool: Blacklist "display" ops by category
- Date: Tue, 3 Dec 2013 19:20:17 +0000 (UTC)
commit 845139f9106c1cca35a1689d2c61a5ca62106780
Author: Daniel Sabo <DanielSabo gmail com>
Date: Tue Dec 3 09:43:00 2013 -0800
gegl-tool: Blacklist "display" ops by category
app/tools/gimpgegltool.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index ea35352..dd96c4c 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -101,6 +101,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"compositors",
"core",
"debug",
+ "display",
"hidden",
"input",
"output",
@@ -171,7 +172,6 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
/* these ops are blacklisted for other reasons */
"gegl:contrast-curve",
"gegl:convert-format", /* pointless */
- "gegl:display", /* pointless */
"gegl:fill-path",
"gegl:grey", /* we use gimp's op */
"gegl:hstack", /* pointless */
@@ -181,7 +181,6 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:opacity", /* poinless */
"gegl:path",
"gegl:posterize", /* we use gimp's op */
- "gegl:sdl-display", /* pointless */
"gegl:seamless-clone", /* used in the seamless clone tool */
"gegl:text", /* we use gimp's text rendering */
"gegl:threshold", /* we use gimp's op */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]