From 845139f9106c1cca35a1689d2c61a5ca62106780 Mon Sep 17 00:00:00 2001 From: Daniel Sabo Date: Tue, 3 Dec 2013 09:43:00 -0800 Subject: [PATCH] gegl-tool: Blacklist "display" ops by category --- app/tools/gimpgegltool.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c index ea35352cfe..dd96c4c0da 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 */