Lines Matching refs:stuff
38 result = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess);
43 if ((stuff->mode != SetModeInsert) && (stuff->mode != SetModeDelete))
45 client->errorValue = stuff->mode;
48 if ((stuff->target != SaveSetNearest) && (stuff->target != SaveSetRoot))
50 client->errorValue = stuff->target;
53 if ((stuff->map != SaveSetMap) && (stuff->map != SaveSetUnmap))
55 client->errorValue = stuff->map;
58 toRoot = (stuff->target == SaveSetRoot);
59 map = (stuff->map == SaveSetMap);
60 return AlterSaveSetForClient(client, pWin, stuff->mode, toRoot, map);
70 swaps(&stuff->length, n);
71 swapl(&stuff->window, n);
72 return (*ProcXFixesVector[stuff->xfixesReqType])(client);