Home
last modified time | relevance | path

Searched refs:xi_client (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiallowev.c73 XIClientPtr xi_client; in ProcXIAllowEvents() local
78 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()
H A Dxiquerypointer.c85 XIClientPtr xi_client; in ProcXIQueryPointer() local
95 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()