mirror of https://github.com/GNOME/gimp.git
app: blacklist gegl:sdl-display in the GEGL tool
This commit is contained in:
parent
0c4c095a57
commit
c1259daa54
|
@ -132,6 +132,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
||||||
"gegl:posterize", /* in gimp */
|
"gegl:posterize", /* in gimp */
|
||||||
"gegl:rotate", /* in gimp */
|
"gegl:rotate", /* in gimp */
|
||||||
"gegl:scale", /* in gimp */
|
"gegl:scale", /* in gimp */
|
||||||
|
"gegl:sdl-display", /* useless */
|
||||||
"gegl:shear", /* in gimp */
|
"gegl:shear", /* in gimp */
|
||||||
"gegl:text",
|
"gegl:text",
|
||||||
"gegl:threshold", /* in gimp */
|
"gegl:threshold", /* in gimp */
|
||||||
|
|
Loading…
Reference in New Issue