Remove the class field from source_image_t
authorSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 20 Oct 2010 20:09:44 +0000 (16:09 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 20 Oct 2010 20:09:44 +0000 (16:09 -0400)
commit70658f0a6bd451a21fbb43df7865a7dac95abe24
treeaf205af1f9bdf744601c7518fdb4ce171ac648a9
parent741c30d9d9cf445fa2e3a2c43d37c221d49831b4
Remove the class field from source_image_t

The linear gradient was the only image type that relied on the class
being stored in the image struct itself. With the previous changes, it
doesn't need that anymore, so we can delete the field.
pixman/pixman-image.c
pixman/pixman-linear-gradient.c
pixman/pixman-private.h
pixman/pixman-solid-fill.c