On Sat, Feb 14, 2009 at 2:28 PM, Michel Dänzer <[email protected]> wrote:
> +    /* Try to prevent source valid region from growing too many rects */
> +    if (REGION_NUM_RECTS(pValidSrc) > 10)
> +       REGION_SUBTRACT(pScreen, pValidSrc, pValidSrc, pValidDst);

You're removing the valid dst region from the src region, why?

Maarten.
_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to