Skip to content
  • Ell's avatar
    app, libgimpbase: add gimp:offset operation · 40fefb60
    Ell authored
    Add a new gimp:offset operation, which implements equivalent
    functionality to gimp_drawable_offset(), in preparation for adding
    an interactive offset tool.
    
    To simplify things, add a GIMP_OFFSET_WRAP_AROUND value to the
    GimpOffsetType enum, to avoid the need for a separate wrap-around
    flag.  This makes the gimp-drawable-offset procedure parameters a
    little superfluous, but whatever.
    40fefb60