On Thu, 19 Aug 2010 16:23:37 -0400, Adam Jackson <[email protected]> wrote:

> Updated patch now available for #11503.

I've added a lengthy comment to 11503; I think this patch will suffice
(taking the useful change you made):

-#define isClipped(c,ul,lr)  ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
+#define isClipped(c,ul,lr)  (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)

-- 
[email protected]

Attachment: pgpp365j11oqi.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