Skip to content
  • Michael Natterer's avatar
    app: add GimpPDBContext which holds more state available to procedures · 2066545b
    Michael Natterer authored
    Initially contains antialias, feather and feather radius for the
    upcoming gimp-item-to-selection preocedure. Keeping states in the
    context reduces the number of parameters of procedures, and both the
    state API and the API using the states can be changed/deprecated
    independently. Make sure that all procedures and all plug-ins get
    GimpPDBContexts instead of plain GimpContexts passed.
    2066545b