Home
last modified time | relevance | path

Searched refs:pXIClient (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiqueryversion.c59 XIClientPtr pXIClient; in ProcXIQueryVersion() local
71 pXIClient = dixLookupPrivate(&client->devPrivates, XIClientPrivateKey); in ProcXIQueryVersion()
82 if (pXIClient->major_version) { in ProcXIQueryVersion()
88 version_compare(pXIClient->major_version, pXIClient->minor_version, 2, 2) >= 0) in ProcXIQueryVersion()
97 pXIClient->major_version, pXIClient->minor_version) > 0) in ProcXIQueryVersion()
99 pXIClient->major_version = major; in ProcXIQueryVersion()
100 pXIClient->minor_version = minor; in ProcXIQueryVersion()
104 pXIClient->major_version, pXIClient->minor_version) < 0) { in ProcXIQueryVersion()
109 major = pXIClient->major_version; in ProcXIQueryVersion()
110 minor = pXIClient->minor_version; in ProcXIQueryVersion()
[all …]
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-xiqueryversion.c199 XIClientPtr pXIClient; in test_XIQueryVersion_multiple() local
256 pXIClient = dixLookupPrivate(&client.devPrivates, XIClientPrivateKey); in test_XIQueryVersion_multiple()
257 assert(pXIClient->minor_version == 3); in test_XIQueryVersion_multiple()
281 pXIClient = dixLookupPrivate(&client.devPrivates, XIClientPrivateKey); in test_XIQueryVersion_multiple()
282 assert(pXIClient->minor_version == 3); in test_XIQueryVersion_multiple()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog130487 Xi: remove un-used variable pXIClient