Files
gimp/libgimp
Martin Nordholts ac6722929a libgimp: Make GimpPixelRgn members signed
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.
2010-08-20 18:39:33 +02:00
..
2010-08-16 21:58:14 +02:00
2009-07-21 16:03:53 +02:00
2009-07-21 16:03:53 +02:00