Skip to content
  • Ell's avatar
    app: integer-ify position/offset members of GimpSourceCore · 7c7a1b63
    Ell authored
    We don't support subpixel source sampling, so there's no use in
    pretending that we do.  Demoting everything to int as soon as
    possible helps guarantee that these values are at least rounded
    properly and in fewer places.
    
    Make sure we always round coordinates down, and not toward zero.
    
    Keep using floats only in the signatures of the relevant PDB
    functions.
    7c7a1b63