Lines Matching defs:client
45 SProcXIAllowEvents(ClientPtr client)
56 return ProcXIAllowEvents(client);
60 ProcXIAllowEvents(ClientPtr client)
69 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);
77 AllowSome(client, time, dev, NOT_GRABBED);
80 AllowSome(client, time, dev, FREEZE_NEXT_EVENT);
83 AllowSome(client, time, dev, THAWED);
87 AllowSome(client, time, dev, THAW_OTHERS);
91 AllowSome(client, time, dev, FREEZE_BOTH_NEXT_EVENT);
95 AllowSome(client, time, dev, THAWED_BOTH);
98 client->errorValue = stuff->mode;