Skip to content
  • Martin Nordholts's avatar
    libgimp: Make GimpPixelRgn members signed · ac672292
    Martin Nordholts authored
    To avoid problems in statements like
    
      y = CLAMP (y, 0, pixel_rgn->h - 1);
    
    when y = -1 for example, make GimpPixelRgn members signed. Hopefully
    this is a working solution to 573542 and other bugs with statements
    like above.
    ac672292