From: Søren Sandmann Pedersen Date: Tue, 19 Jun 2007 15:23:05 +0000 (-0400) Subject: Also store the g3 part correctly X-Git-Tag: 1.0_branch~1463 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cb74dfe3d395051f9a2e4b850979a018ac340ca;p=profile%2Fivi%2Fpixman.git Also store the g3 part correctly --- diff --git a/pixman/pixman-compose.c b/pixman/pixman-compose.c index d870b2a..24402da 100644 --- a/pixman/pixman-compose.c +++ b/pixman/pixman-compose.c @@ -1421,7 +1421,7 @@ fbStore_b2g3r3 (pixman_image_t *image, Split(READ(values + i)); WRITE(pixel++, ((b ) & 0xc0) | - ((g >> 3) & 0x1c) | + ((g >> 2) & 0x1c) | ((r >> 5) )); } }