On 09/27/11 07:31 PM, Alan Coopersmith wrote:
+static inline int
+dixLookupWindow(WindowPtr *pWin, XID id, ClientPtr client, Mask access)
+{
+    *pWin = LookupWindow(stuff->window, client);

Oops, just noticed that should be LookupWindow(id, client); since the caller
has "stuff" and passes stuff->window there.

(I did mention not even testing it built on the pre-Xorg-1.5 versions that
 only have the old API, right?)

--
        -Alan Coopersmith-        alan.coopersm...@oracle.com
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to