libgimp: disable tile command range check in plug-in tile backendbc3b076caffa12fc38f473b31d4197045fe23476
commitbc3b076caffa12fc38f473b31d4197045fe23476
authorEll <ell_se@yahoo.com>
Sun, 19 Aug 2018 10:43:59 +0000 (19 06:43 -0400)
committerEll <ell_se@yahoo.com>
Sun, 19 Aug 2018 10:51:15 +0000 (19 06:51 -0400)
tree50e4c8b7222776d3d3efda465e7b41e354e2ad89
parentde11e3532cd12d054f27138bced53bfdec228748
libgimp: disable tile command range check in plug-in tile backend

In gimp_tile_backend_plugin_command(), disable the range check for
the input tile command.  This check prevents us from adding new
tile commands to GEGL without breaking the ABI; yet, the next GEGL
release will add a new command.  We're going to have to decide what
to do about this, but for now, let's just disable the check, so
that at least GIMP 2.10.6 is compatible with newer versions of
GEGL, no matter how we end up handling this.

(cherry picked from commit 90ed3c8d3ab7fd9e3ea05d0b0e9522dda4036876)
libgimp/gimptilebackendplugin.c