Add no-op combiners for DST and the CA versions of the HSL operators.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 6 Oct 2010 06:40:39 +0000 (02:40 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 11 Oct 2010 16:06:20 +0000 (12:06 -0400)
commit6ed7164de5f74b752d85834b53e89810f1d0a560
tree7e719d547b771e5477349ff34463d5428de59ca5
parent233b27257b63ecd502c6392e5ef3a7f736f14365
Add no-op combiners for DST and the CA versions of the HSL operators.

We already exit early for DST, but for the HSL operators with
component alpha, we crash at the moment. Fix that by adding a dummy
combine_dst() function.
pixman/pixman-combine.c.template