[Spice-devel] [PATCH 00/30] Convert cairo canvas to use pixman
Izik Eidus
ieidus at redhat.com
Sun Feb 21 08:18:39 PST 2010
On Fri, 19 Feb 2010 16:52:36 +0100
Alexander Larsson <alexl at 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.
More information about the Spice-devel
mailing list