On Fri, 19 Feb 2010 16:52:36 +0100 Alexander Larsson <al...@redhat.com> wrote:
> + /* copy back using a1 mask */ > + pixman_image_composite32(PIXMAN_OP_SRC, > + dest_surface, src_surface, dest_surface, > + 0, 0, > + src_x + offset.x, > + src_y + offset.y, > + area.left + offset.x, > + area.top + offset.y, > + area.right - area.left, > + area.bottom - area.top); If you already got this mail from me sorry, I seems to have problem with mails today. Anyway this line is little weird, you probably meant: temp, src_surface, dest_surface but then you still have oppisite color, easy to fix. Thanks. _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel