Simplify the prototype for iterator initializers.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 13 Mar 2011 00:42:58 +0000 (19:42 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 18 Mar 2011 20:23:10 +0000 (16:23 -0400)
commit6b27768d81c254a4f1d05473157328d5a5d99b9c
tree0e53c1179aa70052ee7fcebb36ebfa0f4716f8a4
parent74d0f44b6d6d613d24541b849835da0464cc6fd0
Simplify the prototype for iterator initializers.

All of the information previously passed to the iterator initializers
is now available in the iterator itself, so there is no need to pass
it as arguments anymore.
pixman/pixman-bits-image.c
pixman/pixman-conical-gradient.c
pixman/pixman-general.c
pixman/pixman-implementation.c
pixman/pixman-linear-gradient.c
pixman/pixman-private.h
pixman/pixman-radial-gradient.c
pixman/pixman-solid-fill.c
pixman/pixman-sse2.c