Fix shift bug in fetch_scanline/pixel_a2b2g2r2()
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 18 Sep 2009 12:48:04 +0000 (08:48 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 24 Sep 2009 11:30:38 +0000 (07:30 -0400)
commitefdf15e677d506c2049a34e92eb2172712101afa
tree3e5b5e95c672efa95cc71786b32524d2b4a7aaf1
parent679c2dabda094491599ce770ddba11611d08efc8
Fix shift bug in fetch_scanline/pixel_a2b2g2r2()

0x30 * 0x55 is 0xff0, so the red channel should be shifted four bits,
not six.
pixman/pixman-access.c