On Tue, 26 Oct 2010 09:11:53 +0530, Siddhesh Poyarekar 
<[email protected]> wrote:

> -    if (slopes[j].dy * slopes[i].dx > slopes[i].dy * slopes[j].dx)
> +    if ((int64_t)slopes[j].dy * slopes[i].dx > (int64_t)slopes[i].dy * 
> slopes[j].dx)

Reviewed-by: Keith Packard <[email protected]>

-- 
[email protected]

Attachment: pgpfZPhJs4dzs.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to