Søren Sandmann <sandm...@cs.au.dk> writes:

> This patch changes the interface to take just one box and fixes all
> the callers accordingly.

Apparently, I missed a RegionCreate() in mirect.c:
        
-       pClip = RegionCreate(NULL, 1);
+       pClip = RegionCreate(NULL);

Also, the open drivers should still compile, since they all use
REGION_INIT() which still has the same interface.


Soren
_______________________________________________
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