On Tue, Oct 26, 2010 at 9:26 AM, Keith Packard <[email protected]> wrote: > 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]> >
Hi, Any action pending on my end? I assumed that the maintainers will pull this patch in, right? Thanks, Siddhesh -- Siddhesh Poyarekar http://siddhesh.in _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
