Skip to content
  • Ell's avatar
    libgimpwidgets: use struct, not parameters, to pass eevl options · 7362d479
    Ell authored
    Pass the evaluation options to gimp_eevl_evaluate() using a single
    parameter of type GimpEevlOptions, instead of using individual
    parameters for each option.  Add a GIMP_EEVL_OPTIONS_INIT macro,
    used to initialize a GimpEevlOptions struct to the default set of
    options.  This would allow us to add evaluation options more
    easily.
    7362d479