Lines Matching defs:things
72 int things;
79 things = (client->req_len << 2) - sizeof (xXFixesCreateRegionReq);
80 if (things & 4)
82 things >>= 3;
84 pRegion = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED);
337 int things;
344 things = (client->req_len << 2) - sizeof (xXFixesCreateRegionReq);
345 if (things & 4)
347 things >>= 3;
349 pNew = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED);