Remove BOUNDS() macro.
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Sun, 18 Oct 2009 07:02:28 +0000 (03:02 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 20 Oct 2009 00:16:25 +0000 (20:16 -0400)
commit8186937637f25088e61c22a3ce1740a56f5d6e13
tree1ddfdf85a52caf2c1d043b7704a4001a6e7596c0
parent9bcfc0ac547277d3a3f4e5ff0922450566ad8be8
Remove BOUNDS() macro.

It was bounding the clip region to INT16_MIN, INT16_MAX, but this was
a relic from the X server. We don't need it since we are already
restricting the clip region to the geometry of the destination.
pixman/pixman-utils.c