Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/sync/
H A Dmisyncfd.c33 static DevPrivateKeyRec syncFdScreenPrivateKey; variable
42 if (!dixPrivateKeyRegistered(&syncFdScreenPrivateKey)) in sync_fd_screen_priv()
44 return dixLookupPrivate(&pScreen->devPrivates, &syncFdScreenPrivateKey); in sync_fd_screen_priv()
93 if (!dixPrivateKeyRegistered(&syncFdScreenPrivateKey)) { in miSyncFdScreenInit()
94 if (!dixRegisterPrivateKey(&syncFdScreenPrivateKey, PRIVATE_SCREEN, 0)) in miSyncFdScreenInit()
111 dixSetPrivate(&pScreen->devPrivates, &syncFdScreenPrivateKey, priv); in miSyncFdScreenInit()