Searched refs:xi_client (Results 1 – 2 of 2) sorted by relevance
73 XIClientPtr xi_client; in ProcXIAllowEvents() local78 xi_client = dixLookupPrivate(&client->devPrivates, XIClientPrivateKey); in ProcXIAllowEvents()80 if (version_compare(xi_client->major_version, in ProcXIAllowEvents()81 xi_client->minor_version, 2, 2) >= 0) { in ProcXIAllowEvents()
85 XIClientPtr xi_client; in ProcXIQueryPointer() local95 xi_client = dixLookupPrivate(&client->devPrivates, XIClientPrivateKey); in ProcXIQueryPointer()96 if (version_compare(xi_client->major_version, in ProcXIQueryPointer()97 xi_client->minor_version, 2, 2) >= 0) in ProcXIQueryPointer()