Searched refs:syncFdScreenPrivateKey (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/miext/sync/
H A Dmisyncfd.c33 static DevPrivateKeyRec syncFdScreenPrivateKey; variable in typeref:typename:DevPrivateKeyRec
41 if (!dixPrivateKeyRegistered(&syncFdScreenPrivateKey))
43 return dixLookupPrivate(&pScreen->devPrivates, &syncFdScreenPrivateKey);
81 if (!dixPrivateKeyRegistered(&syncFdScreenPrivateKey)) {
82 if (!dixRegisterPrivateKey(&syncFdScreenPrivateKey, PRIVATE_SCREEN, 0))
96 dixSetPrivate(&pScreen->devPrivates, &syncFdScreenPrivateKey, priv);

Completed in 3 milliseconds