Fix bugs in pixman-image.c
authorSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 21 Sep 2012 01:43:24 +0000 (21:43 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 23 Sep 2012 03:41:19 +0000 (23:41 -0400)
commit58f8704664d1f8c812a85b929a50818f213a8438
treef0517af9ae291840b29c68ed4ad95c60a0aa5ee1
parent550dfc5e7ecd5b099c1009d77c56cb91a62caeb1
Fix bugs in pixman-image.c

In the checks for whether the transforms are rotation matrices "-1"
and "1" were used instead of the correct -pixman_fixed_1 and
pixman_fixed_1.

Fixes test suite failure for rotate-test.
pixman/pixman-image.c