Are we ready for X server 1.9?
Keith Packard
keithp at keithp.com
Thu Aug 19 19:10:52 PDT 2010
On Thu, 19 Aug 2010 16:23:37 -0400, Adam Jackson <ajax at nwnk.net> 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)
--
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100819/b39330f4/attachment.pgp>
More information about the xorg-devel
mailing list