Lines Matching defs:client
73 SProcXAllowDeviceEvents(ClientPtr client)
81 return (ProcXAllowDeviceEvents(client));
91 ProcXAllowDeviceEvents(ClientPtr client)
100 rc = dixLookupDevice(&thisdev, stuff->deviceid, client, DixGetAttrAccess);
107 AllowSome(client, time, thisdev, NOT_GRABBED);
110 AllowSome(client, time, thisdev, FREEZE_NEXT_EVENT);
113 AllowSome(client, time, thisdev, THAWED);
116 AllowSome(client, time, thisdev, THAW_OTHERS);
119 AllowSome(client, time, thisdev, FREEZE_BOTH_NEXT_EVENT);
122 AllowSome(client, time, thisdev, THAWED_BOTH);
125 client->errorValue = stuff->mode;