[PATCH 2/2] Make RegionInit() and RegionCreate() take just a box and no size
Soeren Sandmann
sandmann at cs.au.dk
Wed Mar 30 08:49:51 PDT 2011
Søren Sandmann <sandmann at 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
More information about the xorg-devel
mailing list